Multidimensional Expressions (MDX) is a query language for OLAP databases.
I have some numbers in a fact table, and have generated a measure which use the SUM aggregator to summarize …
filter mdx pentahoHow can i round a calculated mdx measure up to the nearest integer without having Excel on the server? The …
rounding mdx ssasI am trying to produce a different output in a column dependent on whether the value of a dimension [Scenario].[…
sql-server ssas mdx ssas-2008 iifI would like to create a calculated measure that sums up only a specific subset of records in my fact …
sql-server ssas olap mdxI am trying to get data from an MDX query using the Adomdclient library. I relied on this example http://…
c# mdx adomd.netI would like to write a KPI in SSAS which gives me back the average of all the employee's age. …
ssas mdx kpiI want to make some Calculated Measures in my cube that conditionally use a value from the measure table, based …
mdx dimension ssas-2008I have some issue with applying date related functions on the "YYYYMMDD" format string in MDX. For example, if I …
sql-server-2012 mdx date-format date-conversionI need to dynamically add/remove dimensions and facts in web application and get results from SSAS. The cube in …
asp.net-mvc ssas mdx