Forum Discussion
mgrayTCB
4 years agoHelper IV
Crossfilter and Interactions problem I cant solve.
This has been driving me crazy. Any help would be much appreciated. The table on the left is filtered by the relative date slicer. Interactions between the date slicer and the table on the right ...
AlexisOlson
4 years agoSuper User
In general, I don't know that you can pick and choose which columns you want to be included in the cross filter.
In this case though, you might be able to get this to work if you change the Date column in the left table to be a measure like MAX ( Table1[Date] ) rather than using the date column as a dimension. If the date is no longer a dimension, then there isn't any date filter context from the left table to filter the right table with.