Forum Discussion
Anonymous
5 years agoNot applicable
Rankx with filter
Hi Geniuses, All helps are appreciated, currently I am using below DAX formula to rank my salesmen but I want to create a DAX formula where I can rank them category [Channel] wise and I want to u...
selimovd
Most Valuable Professional
5 years agoHey Anonymous ,
I didn't fully understand what the result should the look like.
But I think Greg_Deckler had the right approach. Try the following measure:
SWA Ranking ALL Channel =
RANKX(
ALLSELECTED( 'outlet-report' ),
[Avg Ach of Core & Premium],
,
DESC
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic