Forum Discussion
Anonymous
6 years agoNot applicable
Ranking Issues
1.Hi Folks, I am using source is tabular cube. How we build the cube we are calling all facts in view(Main FactTable) and connect with Dimenssions. Now my view producing 800000(8 lakhs) records so w...
v-gizhi-msft
Community Support
6 years agoHi,
Here is rank created by measure and column:
Rank(Measure) = RANKX(ALLSELECTED('Table'),CALCULATE(SUM('Table'[Value])),,ASC,Dense)Rank(Measure) = RANKX(ALLSELECTED('Table'),CALCULATE(SUM('Table'[Value])),,ASC,Dense)
The result shows:
See my attached pbix file.
Best Regards,
Giotto