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 Read multiple posts and tried multiple variants to write this formula but it isn't working as expected.
Simply put, I want "Measure 3" to be running total of Measure Tax Due.
This is the code I'm using for Measure 3:
but got exactly the same result:
@Anonymous
Any help would be highly appreciated!
Hi, @Anonymous ;
This is supposed to be matrix, right? I'm a little confused about your data,like below:
If use table ,it will show right.
So can you share more information about your data or share .PBIX to remove sensitive information?
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , you should prefer separate year/date table
Measure 3 =
calculate([Tax Due], filter(allselected(year), years[year]<=max(years[year])))
or
Measure 3 =
calculate([Tax Due], filter(allselected(year), years[Date]<=max(years[Date])))
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!