57878/mdx-and-dax-queries
Hi Gloria,
Use TopCount() function to return the top n records.
For Example -
SELECT [Measures].[Revenue] ON 0, TOPCOUNT([hierarchy ]... [company name], 3, [Measures].[Revenue]) ON 1 FROM [table name]
They include inefficient M code in the ...READ MORE
Hi, If your table is ready with percentage ...READ MORE
Hi Praneeth, Calculate () by default perform calculations ...READ MORE
Hi Satish, All function is used when you ...READ MORE
I think this solution requires a CROSS JOIN implementation. ...READ MORE
You can also achieve this using a ...READ MORE
You need to wrap the numbers in ...READ MORE
HI I have Column Patient 12 13 14 15 18 IN Patient=12, 13 Out ...READ MORE
Heyyy @Hannah, you just need remove or ([principlecode] = ...READ MORE
The following call, FirstRowAsHeader = Table.PromoteHeaders(TableWithoutHeader) shall replace the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.