This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a table which contains time-series data. I have errors appear in some rows, however don't seem to be able to remove them. I have tried Remove Errors, Replace Errors and Replace Values. I've even tried modifying my Power Query code to use 'Table.RemoveRowsWithErrors', however nothing seems to work.
Any ideas how I can remove these rows containing Error?
I am using the latest version of Power BI.
Solved! Go to Solution.
I have solved this by moving the Table.RemoveRowsWithErrors() function to an earlier point in my Power Query, where the errors appear as single cells in one column (rather than expanded out to an entire row).
this is a terrible, terrible bug
I have solved this by moving the Table.RemoveRowsWithErrors() function to an earlier point in my Power Query, where the errors appear as single cells in one column (rather than expanded out to an entire row).
Same for me. Tried remove, replace errors, identifying them with try, etc. The Table.RemoveRowsWithErrors() function needs to be immediately after Source. Any later and it will not work.
This works . . .Removing Errors immediately after Sources fixes the problem. Thank You.
@Anonymous
Just filter the data in by "Error" in edit query and then load/refresh the report.
Unfortunately this still did not work.
Hi!
I solved this by changing the API version during the data loading. I was using API version 14 and after changing this to v15 this error row was no longer there.
Somehow it's strange as I using in the same file v14 for other locations with no issues.
Hope it helps.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 45 | |
| 44 | |
| 41 | |
| 21 | |
| 18 |