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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
smjzahid
Helper V
Helper V

How NOT TO filter running Totals on a Line & Clustered Column Charts

I have a Line & Clustered Column Chart shown below with a cumulatives or Running Total shown as LINE VALUES on the visual.

 

The chart applies few filters on a visual level (see below snip (broken lines are cumulatives)).

 

The cululatives gets calculated as shown below 

 

V13 Cumulative Baseline Week Commencing Murphys = 
CALCULATE(
	[V13 Cumulative Baseline],
	FILTER(
		ALLSELECTED('Updated Quants P09'[Week Commencing]),
		ISONORAFTER('Updated Quants P09'[Week Commencing], MAX('Updated Quants P09'[Week Commencing]), DESC)
	)
)

 

What I want is to retain the broken lines (Cumulatives) NOT TO FILTER and show the values provided within the range (see vuisual level filter applied named (V14 Cumulative Baseline) between  19453 and 471609.

 

I tried to put this filter to (Page and Report Level) but I believe since its a measure Power BI do not allow it to be used at Report or Page Levels, 

 

is there a workaround on this, How do I force the cumulatives (broken lines) not to filter wheras all other filter should get applied

 

image.png

1 REPLY 1
amitchandak
Super User
Super User

@smjzahid , try to add removefilters in the cumulative measure.  If need move these measures to slicers

 

 

refer if needed

https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.