Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 39 | |
| 35 | |
| 23 |