Forum Discussion
Importing excel data that contains #N?A values
- 6 years ago
Hi Anonymous
there are 2 options "remove errors" and "replace error" in Power Query Editor
Right-click to columns that contains errors and choose appropriate option
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi Anonymous
there are 2 options "remove errors" and "replace error" in Power Query Editor
Right-click to columns that contains errors and choose appropriate option
do not hesitate to give a kudo to useful posts and mark solutions as solution
'Remove Errors' worked for me! Here's my case:
- Data source was an Excel file from a SharePoint folder
- Date column was sorted in descending order and resulted to, 'DataFormat.Error: Invalid cell value '#N/A''
- Traced back a few steps and found that another column, a string column, had errors:
- Right-clicked on the string column > 'Remove Errors' (Table.RemoveRowsWithErrors())