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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

DAX lookup = merge queries?

Hi guys, please help me and explain ? I created a calculated column in DAX:

 

Route = LOOKUPVALUE(Manual[Route_full], Manual[Route], Trains[Route])
So in Trains I get Route_full column with no blank values.
 
Now in Power Query when I merge Trains with Manual (left outer) through Route column I get null values.
 
Not sure why, any thoughts?
 
2 REPLIES 2
V-pazhen-msft
Community Support
Community Support

@Anonymous 

Merge Queries can achieve similar goals to lookupvalue. Maybe provide sample tables and expected output, see if we can help you to make it.

 

Paul Zheng _ Community Support Team

Greg_Deckler
Super User
Super User

@Anonymous - Sample data would be good but I'm wondering about your setup here. Since you are using DAX for your Route column, that means it is a calculated column and that calculation occurs after Power Query does its work so I am wondering if the issue here is the order of operations? Would need sample data to recreate.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

Top Solution Authors
Top Kudoed Authors