Forum Discussion
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
2 Replies
- amitchandakSuper User
Anonymous , see if interactions can help
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
- charles_gAdvocate II
I described a workaround in this other thread:
https://community.fabric.microsoft.com/t5/Desktop/Cross-filter-table-to-Line-Chart-but-keep-only-some-filters/m-p/4767032/highlight/true#M1420702I hope this helps.