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
Hi All,
I have a page filter for rolling months showing just the past 13 months. However, I want a measure to show all rows and not be affected by the page filter. I use ALL but it is not working.
My measure is this
Amount (All) = SUMX(ALL('Calendar'[Rolling Months]),[MEASURE])
The measure doesn't show values past 13 months.
Hi,
ALL will work. You should try Calculate like this if you have a filter on Rolling Months.
Amount(all) = CALCULATE ( [MEASURE], ALL ( 'calendar'[Rolling Months] ) )
Best Regards!
Dale Cui
I tried using all(table). The values in the matrix updated with the value of all rows in the table for that measure but Jan-Mar are still blank.
Could you give me a copy of your pbix? I might be doing it wrong.
Hi,
I just tested it with the formula. Nothing special. Could you please post formula here? You can use dummy names. Another possibility is that you have chosen the wrong column from a different table, which filtered the Jan-Mar. Please check it out.
Best Regards!
Dale.
I tried this but it did not work. My page filter is for rolling 13 months. Jan-Mar last year still showing blank values.
Hi @danextian
I don't think that will work. Visual, Page and Report Level Filters can't be eleminated by DAX.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.