Forum Discussion
Card visuals syncing when navigating – how to stop interaction between cards?
Hi everyone,
I’m working on a Power BI report with multiple card visuals arranged in sections (for example: “Total Flights / On Time Flights” on top and “Total Tasks / Avg Performance” below).
Issue:
When I click or interact with the lower card section (for example, using navigation arrows or any interaction), the values in the upper card visuals also change/reflect the same behavior.
Expected behavior:
I want the top and bottom card sections to behave independently. Interactions with one section should not affect the other.
Question:
How can I prevent one card visual (or group of cards) from affecting another?
Any guidance would be appreciated!
Thanks in advance.
Hi Amisha_13,
You can opt for any of the options below
- you can go to Format → Edit interactions and stop interactions between the two visuals
- If you are using bookmarks, you can deselect Data option in Bookmarks so that doesn't update
- You can use Disconnected measure or remove filters from the measure for e.g.
Top Section Value =
CALCULATE(
[Your Measure],
REMOVEFILTERS('Some Table')
) - Create separate slocers for each section Slicer A - controls Top section, Slicer B - Controls bottom sections
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!Hi @Amisha_13,
We wanted to kindly follow up to check if the solution provided by the user's for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
4 Replies
- grazitti_sapnaSuper User
Hi Amisha_13,
You can opt for any of the options below
- you can go to Format → Edit interactions and stop interactions between the two visuals
- If you are using bookmarks, you can deselect Data option in Bookmarks so that doesn't update
- You can use Disconnected measure or remove filters from the measure for e.g.
Top Section Value =
CALCULATE(
[Your Measure],
REMOVEFILTERS('Some Table')
) - Create separate slocers for each section Slicer A - controls Top section, Slicer B - Controls bottom sections
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together! - v-achippaCommunity Support
Hi Amisha_13,
Thank you for reaching out to Microsoft Fabric Community.
Thank you grazitti_sapna and ryan_mayu for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user's for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
- v-achippaCommunity Support
Hi @Amisha_13,
We wanted to kindly follow up to check if the solution provided by the user's for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa