Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Not Getting Required Running Total for Jobs that got completed yesterday

I am trying to visualize Jobs Running each day using running total so that it can aggregate all values according to time it get completed on that particular day. However for Today and previous days it is working fine and aggregating the value as required except yesterday.

For yesterday date it is not aggregating the value according the time.

I have use this measure to visualize running total:

 

Finished running total in START_DATE =
CALCULATE(
SUM('Query1'[Finished]),
FILTER(
ALLSELECTED('Query1'[START_DATE]),
ISONORAFTER('Query1'[START_DATE], MAX('Query1'[START_DATE]), DESC)
)
)

 

 

Visual for Today Running Total:

Jack_Karim_0-1695610323493.png

Visual for Yesterday:

Jack_Karim_1-1695610373341.png

For Previous Days:

Jack_Karim_2-1695610512583.png

Would request you to please suggest the changes to get the correct visual of yesterday data .

 

 

 

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.