I have an existing SSRS report out of T-sql query and I am trying to recreate it using MDX queries on SSAS cube. I am stuck with rewriting Row_number and rank logic to MDX .
In the SQL, It is written as :
SELECT ceil((ROW_NUMBER() OVER (PA
In the SQL, It is written as :
SELECT ceil((ROW_NUMBER() OVER (PA