Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We'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

Reply
Watson
New Member

table.removeMatchingrows not working

Hi all,

 

 

intent to remove rows based on columns value.

 

Already added a conditional columns "toberemove", where if previous column didn't meet the criteria, a "0" will show here.

 

then apply

Table.RemoveMatchingRows(#"Reordered Columns",{[toberemove = 0]})

 

It's not removing any rows containing 0.

 

where is my mistake?

 

 

thanks

 

Watson

1 ACCEPTED SOLUTION
ppm1
Solution Sage
Solution Sage

Note you could just filter to where your column <> 0, but try this syntax instead. You need to put the full row (values for all fields) in the list to get it to work w/o the 3rd parameter (or you can just add the specific field to look at like this).

 

Table.RemoveMatchingRows(#"Reordered Columns",{[toberemove = 0]}, "toberemove")

 

Pat

Microsoft Employee

View solution in original post

2 REPLIES 2
ppm1
Solution Sage
Solution Sage

Note you could just filter to where your column <> 0, but try this syntax instead. You need to put the full row (values for all fields) in the list to get it to work w/o the 3rd parameter (or you can just add the specific field to look at like this).

 

Table.RemoveMatchingRows(#"Reordered Columns",{[toberemove = 0]}, "toberemove")

 

Pat

Microsoft Employee

It works! The unwanted rows are now disapeared in the pivot chart. Thank you !!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.