Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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:=
Solved! Go to Solution.
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
https://www.wiseowl.co.uk/blog/s2597/cross_filter.htm
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
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
https://www.wiseowl.co.uk/blog/s2597/cross_filter.htm
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Awsome, thank you very much for such prompt response.