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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.