Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 =
Hey @mamunabdullah ,
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
)
@mamunabdullah 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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |