Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi good day,
Can anyone help me on filtering the Power Query, from my table i have a Rank column and Daily Progress. What I required is
- If the Rank is equal to 1 and the Daily Progress is equal to negative then hide it from the table.
Thank you
Solved! Go to Solution.
Hi @AllanBerces , Try These please
Open Power Query, select your table, and go to the Filter Rows option.
Set the condition: Rank is not equal to 1 OR Daily Progress is greater than or equal to 0.
OR
Use Power Query Formula
Table.SelectRows(Source, each not ( [Rank] = 1 and [Daily Progress] < 0 ))
Please Try These and if this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Hi @AllanBerces , Try These please
Open Power Query, select your table, and go to the Filter Rows option.
Set the condition: Rank is not equal to 1 OR Daily Progress is greater than or equal to 0.
OR
Use Power Query Formula
Table.SelectRows(Source, each not ( [Rank] = 1 and [Daily Progress] < 0 ))
Please Try These and if this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Sure No Problem please do give a kudos
Thanks In Advance
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.