Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello Community! I ask you a query: I need to generate a filter, which should actually be an "Advanced Filter", which basically has to do is that when a word has certain characters, I filter the word. In SQL it would be something like "ANA%" (Everything that has the word ANA and has more characters), "LOG", "% ADA%", etc. Now, Power BI has the advanced filter function, but this does not allow to put more than two conditions. Something like "Contains X" And / or "Contains Y". I need to add more than two conditions to my filter. How can this be done? Thanks!
Solved! Go to Solution.
Hi @Labraham36 ,
I would go with a measure, e.g.:
Filter Measure = IF(LEFT(SELECTEDVALUE(Column[Table]), 2) = "A1" && ..., 1)
Then, on the filter panel, filter "Filter Measure" to 1 and the visual will "inherit" the selected filters in the measure.
You can also refer to this link.
Best Regards,
Eduardo
Hi @Labraham36 ,
I would go with a measure, e.g.:
Filter Measure = IF(LEFT(SELECTEDVALUE(Column[Table]), 2) = "A1" && ..., 1)
Then, on the filter panel, filter "Filter Measure" to 1 and the visual will "inherit" the selected filters in the measure.
You can also refer to this link.
Best Regards,
Eduardo
Thanks a lot! It worked for me Perfect!
Hello how are you?
Have you considered the possibility of using the Smart Filter by OKVIZ visual?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
117 | |
84 | |
49 | |
38 | |
28 |
User | Count |
---|---|
185 | |
73 | |
73 | |
50 | |
42 |