Search code examples
powerbipowerquery

DataFormatError whenever I filter a column


I have this Table on power query, power bi. All steps works well until the moment I filter the column "Company_Name" by "3M Company" (which exists in the column). With filter appplied I get this error: DataFormat.Error: Invalid cell value '#NAME?'.

The formula is:

Table.SelectRows(#"Tipo Alterado2", each Text.Contains([Company_Name], "3M"))


Solution

  • Found it was a problem in an specific cell on datatable