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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.