How Do I Filter Multiple Values - Power BI
community.powerbi.com › t5 › DesktopMay 30, 2017 · A brute force way would be to create a column using nested IF statements (yuck!) or a SWITCH statement (cleaner) that simply returned 1 for included categories and 0 for categories you do not want included. You could then simply filter on that column for all values equal to 1. @ me in replies or I'll lose your thread!!!