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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
Please refer the screenshot.
Scenario/Requirement: I have a page with (A) a simple stacked column chart showing sales over months & quarters, stacked by Product Category and (B) A slicer on same Product Category used in chart.
When a user scrolls anywhere on a column (i.e. any of the stacks), i want the tooltip to show Sales Amount for all Product Categories (i.e. all stacks) of that column.
My Problem: I created a tooltip page with a measure for doing this. I got stuck at a point where my measure is unable to distinguish between the filter coming from slicer and from the stack of the column. Both are Product Category from the same table. I want to use filter from Slicer one but ignore one from the stack of the column.
All DAX functions i tried work on the dataset and Not the visual being used for filter. So, what happens is if my measure uses
REMOVEFILTER - Product Categories from both places get removed and vice versa.
ISFILTERED - It does the same i.e. both get removed and vice versa
SELECTEDVALUE - I thought this only identified only external filters i.e. slicers in my case but it seems to identify one on column as well.
Please feel free to suggest any alternative way to resolve this or in my approach - How can i differentiate a filter context coming from the slicer and coming from the stack.
Thanks.
Solved! Go to Solution.
Hi @parry2k , As an extension of your idea --- Although adding a duplicated Product Category column didn't solve my problem because it seemed to continue to work as if in unison with the Original one (Or maybe i couldn't make it work through formulas) ... but if i create the duplicated Product Category column into a different table (create a separate dimension as a Reference Query), the two Product Category columns behave independently and solved my problem ... It's obviously not an ideal solution but it works.
In an ideal situation, ofcourse i should have been able to control the same column through it's separate contexts over separate visuals independently .... and the next possible best was to atleast be able to use a copy within the same table !!
@Anonymous share your file using one drive/google drive.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi @parry2k - I had sent it to your linkedIn provided in your signature around the same time of the messages exchanged above but oops!, didn't tell you here. Please see if it helped. Thanks.
@Anonymous Good you solved it but having a duplicate column should have worked, I probably test on my end, it is all about the measure to get this work.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Sure, if you'd like my file to help as a headstart, let me know how to share with you ... Please also do share your final solution.
Hi @parry2k , As an extension of your idea --- Although adding a duplicated Product Category column didn't solve my problem because it seemed to continue to work as if in unison with the Original one (Or maybe i couldn't make it work through formulas) ... but if i create the duplicated Product Category column into a different table (create a separate dimension as a Reference Query), the two Product Category columns behave independently and solved my problem ... It's obviously not an ideal solution but it works.
In an ideal situation, ofcourse i should have been able to control the same column through it's separate contexts over separate visuals independently .... and the next possible best was to atleast be able to use a copy within the same table !!
@Anonymous you need to create a duplicate column for your product category and use this duplicate column on the stack bar and from there now you can control in measure what to do. Since right now you are using the same column for both stacked bar and slicer, I don't think there is a way to solve this.
Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi @parry2k
Thanks for your response. I tried it but didn't work to show all Product Categories in the tooltip. Below is my measure and I have attached screenshots from report page and tooltip page.
Here's the measure am using:
Tooltip Page using Matrix, Product Category (Of slicer) as Row Header & Sales Measure as shown
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.