Forum Discussion

webportal's avatar
webportal
Impactful Individual
7 years ago
Solved

Power Query M: Check if column contains emty table

In Power Query, my table has a column "Data" with tables.

A lot of these tables are empty, so I'm looking for a way to check which are empty and create an additional column "NotEmpty" I can use as a filter.

 

 

I'm trying to add this step with function Table.IsEmpty but it's not working.

 

 

3 Replies