Forum Discussion

jzeosky's avatar
jzeosky
New Member
5 years ago
Solved

Measure using REMOVEFILTER Behaves Unexpectedly

Hello, I'm seeing some strange behavior with one of my measures that uses REMOVEFILTER. I'm not sure how to explain it clearly so here's a simple example I've setup that shows the behavior. I have a...
  • JW_van_Holst's avatar
    5 years ago

    This was a real tricky one. I don't think you misunderstand the REMOVEFILTER. The problem is that the slicer on FirstReviews cross filters the slicer on Date. So if your slicer on FirstReview is below 7 Data 3 will be cross filtered. You can overcome this problem bij creating a separate Data table with the distinct values and create a relationship with you table. Use the table with the distinct values as slicer. This will not be cross filtered by FirstReview because it is on the one side (no filter propagation).

    Good Luck,

    //JW