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.
Before the selection in segment (Marque commerciale) : Top rank works :
And when i select one of "Group" in segment, it doesn't work :
How can i modify the formula RANKX with several filters (segment) ?
rang N TOP CA = RANKX(ALLSELECTED('Sectors[Sectors]),CALCULATE([CA N DATE (m)]),,DESC)
Thank you in advance for your help !
Léna
Hi @LD1 ,
I think your Group column is in a separated table (lets call it GroupTable) which is connected to Sectors Table. If Yes,
Follow steps below:
1-Create a calculated column in your Sector Table:
RELATED('GroupTable'[Group])
2-Then Put the previous calculated column in your Slicer as your group filter.
Then it works as you expect.
If this answer solves your problem, please mark it as an accepted solution and gives it a thumbs up so the others would find what they need easier.
Regards,
Loran
In DAX use group inside AllSelected.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |