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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Wiene24
Helper II
Helper II

Running total per day based on slicers

After reading a couple of topics I still haven't found the solution to my answer.

What I would like:

 

A running total per day in a line chart.

The line chart should show a different line per day.

The running total is based on time.

 

I now have the following measure:

 

LDM cumulatief =
CALCULATE(SUM('dba Dossier'[DBCalcTotaalLDM]);
FILTER(ALLSELECTED('dba Dossier');
'dba Dossier'[DatumAdd] <= MAX('dba Dossier'[DatumAdd]) &&
YEAR('dba Dossier'[DatumAdd]) = YEAR(MAX('dba Dossier'[DatumAdd])) &&
MONTH('dba Dossier'[DatumAdd]) = MONTH(MAX('dba Dossier'[DatumAdd])) &&
DAY('dba Dossier'[DatumAdd]) <= DAY(MAX('dba Dossier'[DatumAdd]))))
 
But it gives me the following line chart:
 
Wiene24_0-1683210671003.png

 

 

It should reset every day so I can see the sum of the orders based on time.

 

Thanks for the help!

4 REPLIES 4
lbendlin
Super User
Super User

like this ?

lbendlin_0-1683560404908.png

or like this ?

lbendlin_1-1683561059101.png

 

I woud like to have a seperate line for each day, so I can see the differences between the days.

Wiene24
Helper II
Helper II
lbendlin
Super User
Super User

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors