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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ajcooper35
Frequent Visitor

Filter Interaction from Matrix Not Working As Expected

I have a measure that shows a specific date for a location when a table is filtered:

 

IF(
    ISFILTERED(organization_view),
    SELECTEDVALUE(organization_view[OTR_Conversion_Date_Format])
)

 

What I want is to be able to click a Site in a Matrix and have a card update showing the date returned from the above measure. This works when I filter using a Table visual:

ajcooper35_0-1675181659229.png

 

But it does not work when filtering using the Matrix (where I need it to work) due to a Time Intelligence column being used.

 

ajcooper35_1-1675181767827.png

 

 

Both the table and Matrix are using the same Site_id field from the same table. When I remove the visual filter for Time Intelligence, it works from the Matrix. I also noticed when I put the Time Intelligence Filter on the page, it breaks the measure on the report.

 

ajcooper35_2-1675182241385.png

 

I have tried using:

CALCULATE(
    IF(
        ISFILTERED( organization_view ),
        SELECTEDVALUE( organization_view[OTR_Conversion_Date_Format] )
    ),
    REMOVEFILTERS('Time Intelligence'[Time Intelligence])
)

But this does not work.

 

Anyone have any ideas? Thank you in advance!

0 REPLIES 0

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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