Forum Discussion
Can't create table from another table removing filters
Thank you the data of Table1 is very simple, this is its contents in CSV
Column1, Column2
a,1
b,2
c,3
Expected output: Visuals using Table2 should not be affected when I filter Table1
Actual output: Visuals using Table2 are affected when I filter Table1
- Arul3 years ago
Super User
You can use edit interations to disable the interation between the visuals instead of doing it through DAX.
Check this : For disabling interactions - https://learn.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions?tabs=powerbi-desktop
Thanks,
Arul
- Omar_Servin3 years agoNew Member
I simplified the example to make it easier to demonstrate the point. But in reality I want to use some filters and some I don't. The problem is that I can't block filters coming from the original table, not individually nor colectively.