Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is it possible to dynamically calculate ranks based on filters?
If I filter B, D, E can I see the new ranks as 1, 2, 3?
Solved! Go to Solution.
Hi @Saloni,
Definitely, we can rank the value based on filters.
Please create the measure using the formula.
RANK1 = MINX(FILTER(SELECTCOLUMNS(ALLSELECTED(Test),"index",Test[Index.1],"rank",RANKX(ALLSELECTED(Test),Test[TRS],,DESC)),[index]=MAX(Test[Index.1])),[rank])
Best Regards,
Angelia
Hi @Saloni,
Definitely, we can rank the value based on filters.
Please create the measure using the formula.
RANK1 = MINX(FILTER(SELECTCOLUMNS(ALLSELECTED(Test),"index",Test[Index.1],"rank",RANKX(ALLSELECTED(Test),Test[TRS],,DESC)),[index]=MAX(Test[Index.1])),[rank])
Best Regards,
Angelia
In theory if you create a measure for your Rank.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |