Forum Discussion
Zahur
11 months agoRegular Visitor
Filter Table Visual by EndDate (Inactive Relationship)
Hi all, I have a very simple model and I’m stuck on something that feels like it should be straightforward. Staff table with columns: Person StartDate EndDate Date table with: Active...
- 11 months ago
Zahur
11 months agoRegular Visitor
Thank you Shahid12523 and FBergamaschi for your replies. I tried Shahid12523 measure but it did not work so I modified it to
mShowLeaver =
IF(CALCULATE (
COUNTROWS ( Staff ),
USERELATIONSHIP (Staff[EndDate], DateTable[Date])
) > 0,1,0)
But that did not work either.
Here is my latest pbix Example.pbix
Rupak_bi
11 months agoSuper User