Forum Discussion

Ben81's avatar
Ben81
Helper I
4 years ago
Solved

Matrix table filter by inactive relationship

Hi, Hoping for some help on this issue... I have a matrix table with a date field in the rows and then a text description and account number in the value sections and these fields are from my main...
  • Icey's avatar
    4 years ago

    Hi Ben81 ,

     

    You can create a measure like so:

    Measure = IF ( MAX('FactTable'[Date]) IN VALUES('DateDim'[Date]),1)

     

    And then, you can use it as the "Filters on this visual" and set it as "is 1".

     

    If this not work, you can put the measure into your Matrix visual and then turn off word wrap in the matrix setting and drag the field of the measure to hide it.

     

     

    Best Regards,

    Icey

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.