Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Jeland
Regular Visitor

Why SelectedValue has different return on Clusterred Chart and Card

I have a code to make a dynamic title in my clustered chart:

Selected Title =
    VAR SCustomer = SELECTEDVALUE('QBODetailedProfitAndCogs'[Customer], "All Customers")

Return
   SCustomer

Why is it when I select a specific customer in my Matrix table, the title in my clustered chart is always "All Customers" but when I checked the code using card, it changed to specific customer when I clicked specific customer in my Matrix table?
1 REPLY 1
vicky_
Super User
Super User

When you click on a specific customer, you're cross-filtering your other table. This is a built-in function in powerBI, which can often be really useful. Read this for more info: https://learn.microsoft.com/en-us/power-bi/consumer/end-user-interactions#cross-filter-and-cross-hig...

If you don't want to have your other visual affected by this, then you should turn off visual interactions between your Matrix and your cluster chart.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.