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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
ToddMate
Helper II
Helper II

Look up value from Table A and then look between two values in Table B

Hi,

 

I am trying to look up a postcode value from the "Accounts & Services" table, and then look into the "ExpressPost" table searching the postcode where it falls on or between the "Postcode Start" and "Postcode End" columns and then return the delivery ETA


This works, however it only returns a value where the postcode from the Accounts and Services table matches the postcodestart value .. all others return a blank value.

 

ExpressPost = CALCULATE(VALUES(ExpressPost[deliveryeta]),FILTER(expresspost,expresspost[postcodestart]>='Accounts & Services'[Postcode] && expresspost[postcodeend] <= 'Accounts & Services'[Postcode]))

Can anyone assist me with where i am going wrong?
 
Cheers 
Todd
1 REPLY 1
v-lionel-msft
Community Support
Community Support

Hi @ToddMate ,

Is the data table you have like this?

A&S table:

b3.PNG
ExpressPost table:

b4.PNG
As you can see , i don't  know the relationship between two tables,

So , you can give me a sample data model, and it's better to give me the expected result.

 

Best regards,
Lionel Chen

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.