Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |