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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
NessFlood
Regular Visitor

CUMULATIVE TOTAL

Hi there

I am after a cumulative total for Vehicle Actuals to include in a double axis visual.

NessFlood_0-1733345705708.png

I want the visual blue line axis to show 28 not two lots of 14

NessFlood_1-1733345775621.png

your help would be greatly appreciated 🙂

 

cheers

Vanessa

 

4 REPLIES 4
FreemanZ
Super User
Super User

hi @NessFlood ,

 

try to plot the visual with region column and a measure like:

cumulative total =

CALCULATE(

    SUM(data[vehicles actual]),

    data[region]<=MAX(data[region])

)

NessFlood
Regular Visitor

The measure works but it's not cumulative 😄

 

As more vehicle installations are completed across the regions, I need the blue line to increase - thank you 😀

NessFlood_0-1733364302371.png

 

Hi @NessFlood ,

 

Please see below solution. hope this solves your ask

Rupak_bi_0-1733384006776.png

 



Regards
Rupak
FOLLOW ME : https://www.linkedin.com/in/rupaksar/
sevenhills
Super User
Super User

Are you looking for a fixed line of 28? 

 

Count of Table Name total for Year = 
CALCULATE(
	Sum('Table1'[VEHICLES ACTUAL]),
	ALL('Table1')
)

 

Replace ALL with ALLSELECTED if you want to calculate with filters.

 

Use this measure for your line!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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