Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |