Forum Discussion
Robin_Lindstrom
Apr 13, 2021Copper Contributor
Wrong Filter Flow Direction when using Excel Power Pivot
Hello everyone! I am having a problem which is doing my head in. So in the file attached, you can see that I have a table for Package, a table for Arenas (Products), and a table of which arena...
Robin_Lindstrom
Apr 14, 2021Copper Contributor
Thank you Sergei!
I will ask you the same thing I asked Riny. In Power BI, you can set the filter direction to bi-directional but that does not seem to be the case in Excel Power Pivot? Eventually, I want to build a bigger model but I am unsure if that will work in Excel if the filtering direction only goes one way. Do you have any experience regarding this?
SergeiBaklan
Apr 14, 2021Diamond Contributor
No, bi-directional is not supported in Power Pivot. CROSSFILTER() works instead, but you shall add it to each measure which uses such relationships.
In general it's better to avoid bi-directional even in Power BI since decreases the performance, but it very depends on the model is that critical or not.
- Robin_LindstromApr 14, 2021Copper ContributorThanks for your time and input Sergei!
- SergeiBaklanApr 14, 2021Diamond Contributor
Robin_Lindstrom , glad to help