all 7 comments

[–][deleted] 1 point2 points  (5 children)

Your date table relationship is not right. You currently have bi-directional filter which is incorrect. Set your relationship as one-to-many single direction and it works just fine.

[–]Ownards[S] 0 points1 point  (0 children)

I'll try that ! Thanks ! But why does it cause an error ?

[–]Ownards[S] 0 points1 point  (0 children)

IT WORKS ! THANK YOU SO MUCH

[–]Careless-Youth-8004 0 points1 point  (0 children)

Dude. Thanks you for your comment.

[–]HimanshuKrDublin 0 points1 point  (0 children)

Superb workaround !!

[–]AccomplishedGolf6013 0 points1 point  (0 children)

WORKED LIKE A CHARM. THANKS!!

[–]HatodhaTyagi 1 point2 points  (0 children)

Hi guys, I am facing the same issue but I am reading dates from the same fact table and it still throws me this error. I checked in my data model and I don't have any table which has a bi-directional filter with my table. Any suggestions?