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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Kimber
Helper I
Helper I

I can't get the value of an interaction selection

I have interactions turned on, and selecting a value in a matrix filters the other charts on my page. I want the selected value to be shown in a card, but I can't make it work. In the image below, the card below should say "Two or More" because that's the value selected on my matrix. Instead, it says "Not filtered." The measure I'm using on the card is this:

Selection: Ethnicity = 
    IF(
        ISFILTERED(
            PowerBIByTheNumbers_Current[Ethnicity]
       )  
    ,
    SELECTEDVALUE(PowerBIByTheNumbers_Current[Ethnicity]),
    "Not filtered"
    ) 
 

Kimber_0-1711395432229.png

Can someone please tell me what I'm doing wrong?

 

1 ACCEPTED SOLUTION

I figured it out! The default of my card was "no interaction." Once I changed it to filter, it worked. Thank you!

View solution in original post

3 REPLIES 3
Greg_Deckler
Super User
Super User

@Kimber Try HASONEVALUE instead of ISFILTERED


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler  Thanks for your help! Unfortunately, I get the same result. The expression is not picking up the fact that I've made a selection. Is there a setting I need to check?

I figured it out! The default of my card was "no interaction." Once I changed it to filter, it worked. Thank you!

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.