Forum Discussion
NPArulventhan
10 years agoNew Member
Help in DAX
Hi this is my DAX query for Rank Rank = RankX(All(Tablename),"Sum of Sales",,Desc,Dense) Am getting only the top ten value from original, Prob: even i applied a new filter it couldnot ref...
- 10 years ago
Hi Champion,
Its cool you almost done, but u made a simple mistake.
Replace the "All" with "Allselected".Check it , let me know if not working,
Power BI Rocks !!!!!
Baskar
10 years agoResident Rockstar
Hi Champion,
Its cool you almost done, but u made a simple mistake.
Replace the "All" with "Allselected".
Check it , let me know if not working,
Power BI Rocks !!!!!
NPArulventhan
10 years agoNew Member
hai baskar,
Thanks,I got an output as i expect..