python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why MAX is NULL when projecting along the same dimension
Here is a vanilla "Sales" database:
CREATE TABLE Sales(id INT, category VARCHAR(50), item VARCHAR(50), date DATE, amount DECIMAL(10, 2));
INSERT INTO Sales VALUES
(1, 'Memory', 'Corsair ...

Pragmateek
Votes: 0
Answers: 1
Mdx Query axis specification
Welcome to everyone.
I would be very thanks if anyone help me. I am not too expert writing mdx query.
I am working in a software that build a mdx query to get info from a OLAP structure.
I get the res...
erpota
Votes: 0
Answers: 1
Exponential moving average in MDX
I have bellow output of cube
date value
---- -----------
2021-01-06 10
2021-01-07 Null
2021-01-08 Null
2021-01-09 15
2021-01-10 18
2021-01-11 25
My question is, ho...

Mohammad Reza
Votes: 0
Answers: 1
How to sort records in MDX query when numeric expression is used with TopCount function
I am trying to sort the Top 201 records in my SSAS cube either ascending or descending based on requirements in my C# code.
Here I a using Adventure Works Database, where [Reseller Order Count] is th...
Sathish G
Votes: 0
Answers: 1