Forum Discussion
petrovnikitama1
10 months agoRegular Visitor
How to avoid cross-join / cartesian product on Pivot table using SSAS Tabular?
I have an SSAS Tabular model that I connect to through Excel. How can I avoid calculating the Cartesian product when no measure is selected? In our company, we have Self-Service BI...
- 10 months ago
How can I avoid calculating the Cartesian product when no measure is selected?That's not possible. A measure is mandatory for the filters to be applied.
(you could make the links bidirectional but that's generally a bad idea)
lbendlin
Super User
10 months agoHow can I avoid calculating the Cartesian product when no measure is selected?
That's not possible. A measure is mandatory for the filters to be applied.
(you could make the links bidirectional but that's generally a bad idea)