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
Create member with description in MDX

This is a pretty straight forward question that may or may not be possible but, when you create a measure …

ssas mdx olap-cube
Any Python OLAP/MDX ORM engines?

I'm new to the MDX/OLAP and I'm wondering if there is any ORM similar like Django ORM for Python …

python django orm olap mdx
How can I merge two members into one in a query?

On rows, I basically want to select all the members of a hierarchy but would like to combine two of …

mdx