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!View all the Fabric Data Days sessions on demand. View schedule
I have this measure, I need the percentile lines on visuals to stay constant even if any filters are applied (other than [Start Time], which is needed for the visual. This is so that we can see if a client falls above/below certain constant percentile values when selected. I need it somewhere in the RETURN part but I can't figure out how
Help!
I find replacing all with allexcept in the summary table variable definition shows the wrong value.
I have tried adding on to the end of the return function as well however the percentile values shift when I filter on client:
Your chart title says "Incident volume per client" but the chart doesn't seeem to have a client dimension.
I think you are trying to do too much with a single chart. Maybe refactor your requirement.
BTW, the ALLEXCEPT should go into the Summary table, not the return statement.
Thanks I added the ALLEXCEPT and it calculated the total number of incidents experienced by clients per month, not the 75th percentile taking into account all clients experiencing that incident that month how many each experienced).
That's why I'm certain that we are to not use allexcept (in at least the definition of "Distinct count of ID") as that summary table is to show the total number of incidents per client on purpose, so using ALLEXCEPT flattens the table into only producing the total for all clients, not per each.
To clarify - in all below screenshots the allexcept condition is only in the "Top 25%" measure, not in others, as I have tested the numbers for the others and they are correct on an unfiltered graph.
See below with your suggestion.
:
Filtered on client X:
Re@ trying to do too much with a single chart I disagree. Its quite simple - keeps the percentile lines constant and have the bars update to whatever filter you apply (for this case, [Client]).
The idea is to use a separte [Client]filter to filter this graphs (and other by other dimensions - once I have the measure locked for this one I will apply the same logic for all the others).
The bars in the screenshot are to represent the incident volume and you filter on the client to have the graph update - it does not need a client dimension as we want to look monthly at specific clients not all clients at once.
Unfiltered:
Filtered on client X (but the percentile values change, we only want the bars to change so we need this defined in the percentile measures). I think it is only counting incidents where the client shows up as one of those impacted so that's why I think your suggestion is along the right lines but doesn't do the whole job:
Does this make sense?
If you still think what I am asking is too complex, what would you advise as an alternate way of showing the same things for my case? Trying to be imaginative here but not really getting anywhere
instead of ALL use ALLEXCEPT
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!