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
I have the following formula:
| ProductCode | January | February | Total |
| ABD12 | 10 | 10 | 20 |
Solved! Go to Solution.
Hi @PowerBITestingG ,
You need to apply a filter modifier to the measure your rank is based on. That would be something like
CALCULATE ( [Total Measure], ALL ( Dates[month column] ) )
Hi @PowerBITestingG ,
You need to apply a filter modifier to the measure your rank is based on. That would be something like
CALCULATE ( [Total Measure], ALL ( Dates[month column] ) )
Instead fo ALL I used ALLSELECTED and that seems to work. Thanks!
If you want just all the visible months in the current context, ALLSELECTED would work. For all months, use ALL instead.
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 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |