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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
alisson_vilela
Frequent Visitor

Error while retrieving datetime column from LOOKUPVALUE expression inside SWITCH function

Hi all,

 

I am creating a calculated column, and given it requires more than 2 conditions, using the SWITCH / TRUE structure. This new column is in Table1, which has no relation with Table2 and Table3.

The code goes like this:

 

SWITCH(
TRUE(),
Table1[Class] in VALUES(Table2[Class]), LOOKUPVALUE(Table3[Date], Table3[Index],Table1[Index]),
<value2>, “Result2”,
“Else”

)

 

However, I keep getting the "Expressions that yield variant data-type cannot be used to define calculated columns" error message. I've tried the code, testing it part by part, and found that:

  1. The message only comes up when the data retrieved by the LOOKUPVALUE function is a datetime. If the Result_ColumnName is any other column in the searched table, the code runs with no messages.
  2. This same LOOKUPVALUE expression, when used apart from the SWITCH TRUE structure, works fine.
  3. Table3[Index] and Table1[Index] used in the function are index columns with unique values and a 1:1 correlation.

Does anyone have any idea of what may be causing the error message? Thanks very much in advance.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@alisson_vilela , this error come when return two different datatype in switch/if else

like text and number

 

in such case convert number to text by using [Value] & "" or format to text. or return blank in place of text

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@alisson_vilela , this error come when return two different datatype in switch/if else

like text and number

 

in such case convert number to text by using [Value] & "" or format to text. or return blank in place of text

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.