Forum Discussion
Filter context in bi-directional model
Hi,
I'm facing a problem on filter context in bi-directional model. I need a bi-direction relationship because i need a count in dimension can work in other dims.
For example, from AdvantureWorkDW, i load FactInternetSales, DimDate, DimCustomer. And create relationship between Fact & DimCustomer as bi-direction, single direction between fact & DimDate.
Then, i create a meausre CustomerCount:=
Hi Anonymous
I would discourage the use of bi-directional relationships:
https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-dax/
You can use cross filter to simulate the biredictional filter temporarily
2 Replies
- LivioLanzoSolution Sage
Hi Anonymous
I would discourage the use of bi-directional relationships:
https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-dax/
You can use cross filter to simulate the biredictional filter temporarily
- AnonymousNot applicable
Awsome, thank you very much for such prompt response.