Forum Discussion
sdavidson
2 years agoFrequent Visitor
Filter rows results in one row with errors in every column
Hi, I am transforming data from an excel file. The data isnt in the best format so one of the first things i do is filter out any rows with null or blank values. I know the error probably orig...
- 2 years ago
The #REF! value isn't a Power Query output, it's an Excel ouput, so you should be able to select one of the very first steps in your query (before any column transformations have been done) and find the row with this value in it, right-click on the cell value and go to Text Filters > Does Not Equal.
Pete
BA_Pete
2 years agoSuper User
The #REF! value isn't a Power Query output, it's an Excel ouput, so you should be able to select one of the very first steps in your query (before any column transformations have been done) and find the row with this value in it, right-click on the cell value and go to Text Filters > Does Not Equal.
Pete
sdavidson
2 years agoFrequent Visitor
That worked thanks!