The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello.
I Have a Page where I have some graphs and some filters. The filters are year and months, but in this page, I want to introduce another graph wich it´s not afefected by the general filter of the page.
For example, in the page I show the sales by years and if I select 2018 the graph show me the sales of 2018 but at the same time, in the same page, I want to show the evolution of the sales of every years.
Can somebody help me?
jd
Solved! Go to Solution.
Hi @JoseDavid,
Selected visuals which you want to ignore filter effect, turn on 'edit interactions' UI. You can use this UI to turn off filter effect from other slicers.
Visualization interactions in a Power BI report
Notice: current edit interactions seems not support to ignore different level filters. For this scenario, you can consider to use all function with measure to replace use value column to summaried.
Regards,
Xiaoxin Sheng
Hi @JoseDavid,
Selected visuals which you want to ignore filter effect, turn on 'edit interactions' UI. You can use this UI to turn off filter effect from other slicers.
Visualization interactions in a Power BI report
Notice: current edit interactions seems not support to ignore different level filters. For this scenario, you can consider to use all function with measure to replace use value column to summaried.
Regards,
Xiaoxin Sheng
Thank you very much!!!!
jd