Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Partial visual cross filtering

Hi,

 

Is there a way to do partial visual cross filtering?

 

I have a Table visual with a few columns where 2 are dimension table keys. When the user click on a row, it filters a Line chart visual that it is showing a measure. The axis is set on one of dimension columns mentionned earlier, the Legend is set on the other one. So the user wants to use the Table visual to filter the Line chart visual but only for one dimension, ignoring the second. I know I can use the function ALL in the measure. However, it does not work in that case because one of the dimension is filtered before by the user. In fact, this is a Date field where he is selecting a date range in a slicer.

 

Is it possible to do it in Power BI using some DAX in the measure by example?

 

Thank you