Forum Discussion
Measure not affected by Filter
- Anonymous2 years ago
You can use crossfilter() function.
e.g The column between the tables to connect is named a.
Total Containers = CALCULATE ( SUM ( 'Booking List'[Containers] ), CROSSFILTER ( 'Booking List'[a], 'table'[a], BOTH ) )Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, smallfires0628
check your table 'Booking List' or slicer feild table contains any relationship
if contains then check direction of relationship of both table
if 'Booking List' or slicer feild table not contain relationship then your slicer not affect on any visual in report
- smallfires06282 years ago
Helper I
It has a one to many relationship with another table (the 1 is on the Booking List side) and it has a single cross filter direction. It doesn't have a relationship with any of the filters table like the date table. But the table it's connected to has a relationship to the filters table.
- Anonymous2 years agoNot applicable
You can use crossfilter() function.
e.g The column between the tables to connect is named a.
Total Containers = CALCULATE ( SUM ( 'Booking List'[Containers] ), CROSSFILTER ( 'Booking List'[a], 'table'[a], BOTH ) )Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.