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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.