Forum Discussion
theo
Helper III
5 years agoRankz measure with countrows always return 1
Need help on using RankX measure that always shows as 1 in visual. tried so many iterations provided in this forum but cannot really the right DAX. Hope someone can help. Measure =
var _countif=...
- 5 years ago
found the correct expression. Thanks all for nudging me to the right direction.
RANKX(ALL('28Jun_1973'[RCode]),calculate(COUNTROWS(FILTER('28Jun_1973',[RCode]='28Jun_1973'[RCode]))),,,Dense)
theo
Helper III
5 years agofound the correct expression. Thanks all for nudging me to the right direction.
RANKX(ALL('28Jun_1973'[RCode]),calculate(COUNTROWS(FILTER('28Jun_1973',[RCode]='28Jun_1973'[RCode]))),,,Dense)