Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello, I have a data set like this with 65 million rows. I want to filter the data based on two conditions. I used to filter the data with only one condition like this
#"Filtered Rows" = Table.SelectRows(#"Columns ETL", each ([cfname] = "Data Request Environment"))
But I want to add another condition addational to "each ([cfname] = "Data Request Environment"" which will be something like this
or [cfname] = “Impacted Project””
How can I apply this two conditions to one dataset in query editor?
Solved! Go to Solution.
Hi @Anonymous
Try this:
#"Filtered Rows" = Table.SelectRows(#"Columns ETL", each [cfname] = "Data Request Environment" or [cfname] = "Impacted Project")
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi @Anonymous
Try this:
#"Filtered Rows" = Table.SelectRows(#"Columns ETL", each [cfname] = "Data Request Environment" or [cfname] = "Impacted Project")
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
55 | |
38 | |
31 |
User | Count |
---|---|
71 | |
64 | |
60 | |
50 | |
45 |