Forum Discussion
difolt
7 years agoFrequent Visitor
Disable cross filter direction DAX
Hi, I have relationship like this ( I need to have cross filter direction set to "both") I have report with date slider and when it is not fitered I get data like this But when I fi...
- 7 years ago
v-frfei-msft
Community Support
7 years agoHi difolt,
Or you can inactive the relationship between the tables and use the USERELATIONSHIP to work around.
Measure = CALCULATE(SUM(sales[Quantity]),USERELATIONSHIP(sales[Customer id],Customer[ID]))
Regards,
Frank
difolt
7 years agoFrequent Visitor
thank you v-frfei-msft but puting inactive relationship is not a good option for me.
- v-frfei-msft7 years ago
Community Support