Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
IwanVB
Frequent Visitor

Excel with #Num! in data source

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?

6 REPLIES 6
Anonymous
Not applicable

Change it to Text before you unpivot.

Unfortunately changing the data type to text, any or whatever does not work

Anonymous
Not applicable

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"

Anonymous
Not applicable

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}}),

 

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.