Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I have a Excel data source with some data errors. In some colums a calculation failure occurs resulting in #Num! in Excel.
The data source is being unpivoted in PowerQuery. All records containing #Num! are being ingnored in the unpivoting proces resulting in dataloss.
- Skipping the rows is not an option. I need the rest of the data in the records
- Replace #Num! replacing by eg. "0" seems not to work
Not loading the columns containing the #Num! is an option, but I could not find any way to do this.
Any help?
Change it to Text before you unpivot.
Unfortunately changing the data type to text, any or whatever does not work
I suppose the column is of a numeric type. Try to change it to Text befor you unpivot the table, and afterward turn the column back to numeric.
Unfortunately not: Data type is "any"
Have you tried to replace #NUM! by null ?
Tried the following solutions without any luck
#"Replaced Errors" = Table.ReplaceErrorValues(#"Changed Type", {{"Column70", 0}}),
#"Replaced Errors" = Table.ReplaceErrorValues(#"Changed Type", {{"Column70", null}}),
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |