Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register 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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
42 | |
30 | |
27 | |
27 |