Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

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 use different table/matrix for different channels. 

Download my PBI file for better understanding,

https://drive.google.com/file/d/1ruSZf6erk3uoqKgJFe-2rim1ynCPe2vf/view?usp=sharing

 

SWA Ranking ALL Channel =

RANKX(ALL('outlet-report'[SWA Name]),[Avg Ach of Core & Premium],,DESC)
 

selimovd  can you check ? 

Regards 

Mamun

 

2 Replies

  • selimovd's avatar
    selimovd
    Icon for Most Valuable Professional rankMost Valuable Professional

    Hey 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