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 would like to meet several filters on the same column which itself depends on another.
Let me explain here I have different types of bins: 1000 L Vert special vert , 1000 L Jaune etc. For example, I would like to exclude special glass bins, and also exclude Caisses palettes Gueltas Pleines. I know that I can filter by doing it manually but the goal here is for it to be automated for the next exports.
Thank you for your help
Solved! Go to Solution.
If the filters for each column should be dynamic for the end user you should load the table to the data model and use slicers so the user can select their own filters. If the filters should be automated for the next report but they will be the same filters, you can still select them manually and Power Query will write the script for you so your selections are retained when the report is refreshed.
If this does not answer your question please provide more information on the expected outcome/scenarios.
Ok thank you I will do it
You're welcome!
If the filters for each column should be dynamic for the end user you should load the table to the data model and use slicers so the user can select their own filters. If the filters should be automated for the next report but they will be the same filters, you can still select them manually and Power Query will write the script for you so your selections are retained when the report is refreshed.
If this does not answer your question please provide more information on the expected outcome/scenarios.