Forum Discussion
czaldumbide
Helper II
1 year agoRanking a parameter on filtered grouped table
Hi! I'm having trouble writing a measure that ranks a parameter. Essentially, the user inputs a numeric value as a parameter and my report should output it's ranking based on grouped sales by week...
- 1 year ago
You forgot your Sales>0 filter. Also note that you can use the [Value] parameter of RANKX to your advantage.
lbendlin
Super User
1 year agoYou forgot your Sales>0 filter. Also note that you can use the [Value] parameter of RANKX to your advantage.