Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
@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 feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 73 | |
| 38 | |
| 26 | |
| 25 |