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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Cumulative total filter by day

Hi All,

 

I have a table of hourly production table and a line chart.

 

I would like to draw a line chart to show the cumulative total of 'Inc' & 'Act' of the one day with the selection of dates in my slicer.

 

I wrote my measure, but it won't reset after new day.

 

From the image below, on 11/8/2020 8AM the Incremental value should show 85 instead of (85+93 = 178) which is the cumulative total from previous day (10/8/2020 8AM). When it goes to new day, the cumulative should restart. 

 

jenas6423_0-1600760158392.png

 

Here is my measure:

jenas6423_1-1600760287720.png

 

Can anyone please help? Thank you.

 

Regards.

 

Jenas

 

 

 

1 ACCEPTED SOLUTION

@Anonymous , You are using <= , means take date less than that to

Use =  means only for that day. That will force it reset on the day.

 

if did not work

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , if you want to reset on each day then, you need have something like

 

table[Date] = max(Table[Date])

 

or

table[Datetime].date = max(Table[Datetime].date)

or

table[Datetime].date = max(Table[Datetime]).date

Anonymous
Not applicable

Hi @amitchandak 

 

I have added date into the filter, but it still doesnt work. Can you advise. Thank you.

jenas6423_1-1600761472548.png

 

 

@Anonymous , You are using <= , means take date less than that to

Use =  means only for that day. That will force it reset on the day.

 

if did not work

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.