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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
markus_zhang
Advocate III
Advocate III

[Excel] Expressions that yield variant data-type cannot be used to define calculated columns.

Hi experts,

 

I'm getting this strange error in Excel Power Pivot:

 

Expressions that yield variant data-type cannot be used to define calculated columns.

 

Now if I look at the columns that have this error, the formula is simple:

IFERROR([NTK], 0)

 

However in my case [NTK] column is all empty, and when I check the imported data all columns have "General" type but only NTK has this problem. Other columns have empty cells too so I don't think that's the problem.

 

I really have no idea what to do about this weird thing, but alas I cannot upload my Excel file, and a dummy file probably won't work out.

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @markus_zhang,

 

This error prompts when there existing two different data types in formula. In your scenario, you used both number value (zero 0 ) and text value ( [NTK] ) in  single column.

 

You can replace the 0 with BLANK() or "" to avoid such an error.

 1.PNG2.PNG3.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yulgu-msft
Employee
Employee

Hi @markus_zhang,

 

This error prompts when there existing two different data types in formula. In your scenario, you used both number value (zero 0 ) and text value ( [NTK] ) in  single column.

 

You can replace the 0 with BLANK() or "" to avoid such an error.

 1.PNG2.PNG3.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
markus_zhang
Advocate III
Advocate III

Hi I figured it out,

 

=[NTK] works but =IFERROR([NTK], 0) doesn't work, weird...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.