Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not 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 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)
 
mamunabdullah_0-1632058793720.png

@selimovd  can you check ? 

Regards 

Mamun

 

2 REPLIES 2
selimovd
Super User
Super User

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
 
Greg_Deckler
Community Champion
Community Champion

@Anonymous Seems like maybe you could just use ALLSELECTED instead of ALL. This article has some information about RANKX categories, etc. To *Bleep* with RANKX! - Microsoft Power BI Community



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.