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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Problem with variant data type in calculated column

I am trying to use an if statement that uses a "fake" date when an order haven't been assigned a arrival date. 

 

But when writing this seemingly easy piece of code I get the below error message saying that it "can't return a variant data typ..."

 

Variant.PNG

There has to be a way around this. Does anyone know? 

 

Thanks in advance! 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 
try using DATE(2999,12,31) in the second argument of IF() statement in place of "2999-12-31"

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thanks for both answers! 

 

However I've tried that before and yes, the code works. But then I instead face the problem that Arival-date has the wrong data type. The end result is a column where I can change the type to Date (so that I can use a Date interval as a slicer).  Variant.PNG

daXtreme
Solution Sage
Solution Sage

"2999-12-31" is a string, not a real date. Use the DATE function.

Anonymous
Not applicable

Hi @Anonymous 
try using DATE(2999,12,31) in the second argument of IF() statement in place of "2999-12-31"

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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