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
the_walker
7 years agoRegular Visitor
Hi,
you can change the crossfilter direction with the "crossfilter()" function.
Try: Measure = Calculate(SUM(sales[quantity], Crossfilter(Sales[customer_id], customer[id], OneWay))
Best,
Matthias