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.
Hi,
I'm pretty new to Power BI. I need to filter a table by using some values, all in a single column. Let's call this column STATE.
Dragging the STATE column in the FILTERS area and choosing the "Advanced filtering" you can choose only two values with a OR condition.
For example Show items when the value: is A OR is B
I need to add other OR conditions, because I need a filter like Show items when the value: is A OR is B OR is C OR is D OR is E, but it seems not possible.
How can I achieve this result?
Thank you for your help.
Solved! Go to Solution.
There are 2 options
1. Select Basic filtering rather then Advance filtering and choose multiple values in the check box.
Or
2. Impost the slicer from the Files> Import> Custom Visuals from Marketplace. Use State in the slicer and you can do serach and multi-select by pressing control button.
Hope this is helpful!
There are 2 options
1. Select Basic filtering rather then Advance filtering and choose multiple values in the check box.
Or
2. Impost the slicer from the Files> Import> Custom Visuals from Marketplace. Use State in the slicer and you can do serach and multi-select by pressing control button.
Hope this is helpful!
Thanks