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
rosscortb
Post Patron
Post Patron

Running Total Line Chart with Filters

Hello 

 

Not even sure its possible but can anyone help me do a measure that can be used in a Line Graph that shows Month at the bottom and Totals on the side.

 

I want the monthly total for overtime.

I think the problem is I have page filters so it keeps changing it.

 

I tried something like - 

 

Month by Month = CALCULATE(SUM('DB Overtime Master'[Total],FILTER('Month','Month'[Month])))

 

Thanks
Ross

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Do you mean like this?

image.png  image.png

 

Your measure is the Value and your month is the Axis.

 

Alter your measure to this:

CALCULATE(SUM('DB Overtime Master'[Total],ALL('Month'[Month]))

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Do you mean like this?

image.png  image.png

 

Your measure is the Value and your month is the Axis.

 

Alter your measure to this:

CALCULATE(SUM('DB Overtime Master'[Total],ALL('Month'[Month]))

Thank you. Sometimes its quite frustrasting as it can be a , or ( in the wrong place and throws whole thing out.

Stachu
Community Champion
Community Champion

I'm not clear what do you want to achieve
do you mean YTD calculation? can you share sample data?



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Hello,

 

Something like this.

sshot.PNG

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.