Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all, I am trying to set up some measures that work with my hierarchy and report filters to show performance for hierarchy levels above when filtered - eg I select a store and see their performance, district performance, and Market performance as three different lines on a line chart. I have created measures that work perfectly when using crossfiltering with another visual on the report (a matrix), but they don't seem to work when simply using the filter pane. When I select the store in the matrix, the line chart filters to show me the three lines - store, district and market all with correct results. Oddly, when I filter to the store using the Filter Pane (Filter on All Pages), I only see two lines - store and market (the District measure now matches Market).
I'm assuming this has to do with how I have the measures set up between the ALL or ISFILTERED functions, but I'm at a loss. Any help on how to restructure would be greatly appreciated.
Here is the base measure for store performance:
% to Target Filtered = DIVIDE(SUM('Performance'[Actual]),sum('Quota'[Target]))
And here are the measures for District and Market level Performance
District % to Target Filtered = calculate(DIVIDE(SUM('Performance'[Actual]),sum('Quota'[Target])),all(Hierarchy[Store])
Market % to Target Filtered = calculate(DIVIDE(SUM('Performance'[Actual]),sum('Quota'[Target])),all(Hierarchy[Store],Hierarchy[District]))
Hi @Anonymous,
could you share your report? Or create a sample report where you replicate the behaviour you are experiencing?
Cheers,
Sturla
Here is a link to a sample file. You will see that the graph visual only shows Store and Market when initially using just the filter pane to filter to store 9541, but when you select store 9541 in the matrix, the visual updates to show all three - Store, District, and Market.
Desired result is to have all three show up when simply using the Filter Pane to filter to a specific store as the finished report will not have a matrix.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |