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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors