Multiverse
New Member
- Joined
- Nov 15, 2019
- Messages
- 16
Hi
I'm trying to give a rank to every row which is > 0. Something like this:
I'm new to DAX and am really struggling. I think I need a measure, RANKX and FILTER but I just can;t bring them together to get the right result. Any help would be greatly appreciated.
I'm trying to give a rank to every row which is > 0. Something like this:
MyCol | MyRank |
-1.85 | |
0.51 | 3 |
-1.88 | |
-2.82 | |
0.37 | 2 |
0.24 | 1 |
-1.66 | |
I'm new to DAX and am really struggling. I think I need a measure, RANKX and FILTER but I just can;t bring them together to get the right result. Any help would be greatly appreciated.