Top "Mdx" questions

Multidimensional Expressions (MDX) is a query language for OLAP databases.

MDX: how to union results from two dimensions?

I'm new to MDX. Now I want to combine two results from 2 different dimensions. I'm using codes as following: With …

mdx
Using Filter on measures in MDX query on SSRS

i've creted a report using a cube as datasource and MDX query on my dataset. i have a few measures …

reporting-services filter mdx cube measure
How to add condition (measure is greater than 0) in an MDX query

I have the following query in MDX With member [Week Count] as ( ([WORK ].[Complying Flag].&[COMPLYING], [Measures].[No of …

mdx
MDX TOP 1 - Return TOP 1 from a CUBE

Is there a way I limit the values returned by an MDX query in a way similar to a SQL …

mdx