Forum Discussion

Jeland's avatar
Jeland
Regular Visitor
2 years ago

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