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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
mackuc83
New Member

lookupvalue vs direct query

Hello, I'm little confused, in a microsoft documentation and in many articules it's highlighted that lookupvalue function is not supported in direct query. However I was able to create calc column in a dataset like below

 

calc column = LOOKUPVALUE(table[VersionNm],table[Skey],table2[ControlSkey])
 
and use it in one of my reports. 
Appreciate for any explanation. thx

 

2 REPLIES 2
FreemanZ
Super User
Super User

hi @mackuc83 ,

 

lookupvalue is not supported, because 
1) lookupvalue is mostly used to create calculated column, 
2) calculated column is not supported in direct query. 
 
about direct query:

Hi @FreemanZ   , but the issue is that I was able to create a column using this function. 

So I'm little confused, what I did - I've changed live connection to direct query , then I had an option to create calculated columns.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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