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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
rkalantan
New Member

Create a dax measure to lookup value

Hi

 

I have this table with aircraft groups 320, 330, 777, and 787 and planned utilization

Table 1

AircraftPlanned utilization
32012.5
33012.8
77713.1
78712.9

 

in another table I have same aircarft group, and I want to lookup the planned utilization values based on the aircarft groups

 

table 2

AircarftCrewFlyingplanned utilization
320  ?
330  ?
777  ?

787

  ?

 

 

Question: How to bring planned utilization from table 1 to table 2 by creating a dax measure in power view (not power query)?

 

thanks

3 REPLIES 3
DataInsights
Super User
Super User

@rkalantan,

 

Try this calculated column:

 

Flying planned utilization =
LOOKUPVALUE (
    Table1[Planned utilization],
    Table1[Aircraft], Table2[AircraftCrew]
)

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi and thanks for trying

 

no it didnt work, apperantlu third item in lookupvalue has to be an expression

 

 

@rkalantan,

 

What error are you getting? Would you be able to provide a pbix?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.