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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.

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.