This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I would like to filter only 'Date' value from 2nd column OR(not AND) 'Inbound', 'Outbound', 'FAT Faulty', Progress' values from 4th column.
But thing is if I filter 2nd column with 'Date' then 4th values not visible.
Please help to filter either 'Date' or 'Inbound', 'Outbound', 'FAT Faulty', Progress'
Solved! Go to Solution.
Hello @Anonymous ,
You can use Power Query in Power BI to add a custom column with the following condition
if [Custom.Data.Column2] = "Date" or [Custom.Data.Column4] in {"Inbound", "Outbound", "FAT Faulty", "Progress"} then "Keep" else null
You can filter the data where this new column contains the value "Keep". This will allow you to filter for rows where either the second column contains "Date" or the fourth column contains any of the desired values.
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Hello @Anonymous ,
You can use Power Query in Power BI to add a custom column with the following condition
if [Custom.Data.Column2] = "Date" or [Custom.Data.Column4] in {"Inbound", "Outbound", "FAT Faulty", "Progress"} then "Keep" else null
You can filter the data where this new column contains the value "Keep". This will allow you to filter for rows where either the second column contains "Date" or the fourth column contains any of the desired values.
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Thanks it helps!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 41 | |
| 21 | |
| 20 |