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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Josh97Ellis
Helper III
Helper III

Lookup Value from another table based on first date

Hello Community, 

 

I am trying to lookup a value in a child table based on the first delivery date. The tricky part of this is that there will be multiple delivery numbers for each distinct value in the parent table. From the parent table, I want to retrieve the first order number from the child table based on the first delivery date. 

 

This is what I am building (Parent):

Order Shipping Point IDFirst Delivery Number (NEED)
7685590 | 39151111
7686263 | 39SP2221

 

This is what I have (Child): --- Highlighted in red is the row I am needing

Order Shipping point IDDelivery NumberDelivery Date
7685590 | 3915

1111

1/1/2021
7685590 | 391511121/3/2021
7685590 | 391511131/5/2021
7686263 | 39SP22211/2/2021
7686263 | 39SP22221/4/2021
2 ACCEPTED SOLUTIONS
mahoneypat
Employee
Employee

Please try this measure expression, replace Child for your actual child table name.

 

First Delivery Number = FIRSTNONBLANKVALUE(Child[Delivery Date], MIN(Child[Deliver Number]))

 

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

mahoneypat
Employee
Employee

What I provided was a measure expression.  To use it in a column, wrap the whole expression in CALCULATE( ).

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

5 REPLIES 5
mahoneypat
Employee
Employee

What I provided was a measure expression.  To use it in a column, wrap the whole expression in CALCULATE( ).

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


@mahoneypat 
That was the trick, thank you, that works perfectly!

 

I did come up with an alternative solultion by using this code and just filter on 1 for any calculation

Josh97Ellis_0-1610065995391.png

 

Josh97Ellis
Helper III
Helper III

@mahoneypat 

 

Josh97Ellis_1-1610062157872.png

 

The green column (Excel) is the field I am refering to from the parent table (PBI).

 

I want to lookup the delivery number (blue) for only the first delivery created date (Orange) based on the Order shipping point ID (Green).

 

Lookup in PowerBi should be: 

 
Order shipping pointFirst Delivery 
7686639 | 391553190034
7686339 | 39SP53191851

 

 

mahoneypat
Employee
Employee

Please try this measure expression, replace Child for your actual child table name.

 

First Delivery Number = FIRSTNONBLANKVALUE(Child[Delivery Date], MIN(Child[Deliver Number]))

 

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


@mahoneypat 

Doing this as a calculated column, I get a delivery nyumber from the child table. However, the delivery number that is being populated is not correct and is not even part of the corresponding order number

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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