Forum Discussion
Dates based on Slicer selection
- 1 year ago
Hi Jyaul1122,
Thank you for reaching out to the Microsoft fabric community forum. Aslo thanks to lbendlin, for his inputs on this thread. I reproduced the scenario again, and it worked on my end. I used my sample data and successfully implemented it.
Relationship:Outcome:
I am also including .pbix file for your better understanding, please have a look into it:
Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.
Thank you for using the Microsoft Community Forum.
I have slicer from Fact table
That is not recommended. Slicers should come from dimension table columns. Otherwise you are forced to use "unnatural" bidirectional relationships and bridge tables.
Refactor your approach to use the data model as it was intended. Use TREATAS to transfer filters if your tables are disconnected.