March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
11 | |
8 | |
5 |
User | Count |
---|---|
24 | |
21 | |
20 | |
15 | |
10 |