Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Can anyone explain this?
You can see the values from the start of the month is all there, but yet it does not calculate the running total until half of the month?????
Solved! Go to Solution.
Hi @Anonymous
I can't reproduce your problem, could you show me how do you calculate the measure "Budget Utilised hours"?
Alternatively, could you apply the measure and see if it works
Budget Utilised hours running total in Date= CALCULATE( [Budget Utilised hours], FILTER( ALLSELECTED(Date[Date]), [Date]<=MAX([Date]) ) )
Best Regards
Maggie
Hi @Anonymous
I can't reproduce your problem, could you show me how do you calculate the measure "Budget Utilised hours"?
Alternatively, could you apply the measure and see if it works
Budget Utilised hours running total in Date= CALCULATE( [Budget Utilised hours], FILTER( ALLSELECTED(Date[Date]), [Date]<=MAX([Date]) ) )
Best Regards
Maggie
Thank you very much Maggie, this worked.
Hi @Anonymous
How about the result using the following measure
CALCULATE( [Budget Utilised hours], FILTER( ALLSELECTED(‘Date’[Date]), ‘Date’[Date]<=MAX(‘Date’[Date]) ) )
Best regards
Maggie
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.