Forum Discussion
Matrix table filter by inactive relationship
- 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.
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.
- Juliet13 years agoFrequent Visitor
Hello Icey
I tried your solution for a similar issue I am currently facing, but unfortunately, it doesn't disable the active relationship. As a result, it seems like two filters are being applied simultaneously. Do you have any ideas on how I can resolve this?
Thanks!