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

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

Reply
powerbi_lost
Frequent Visitor

Lookup using DAX

This is the result I am looking for. It's a table visual created in the report view. I want to get the April vaules from the lookup table below and match it for each branch:

powerbi_lost_0-1650595814813.png

 

Lookuptable:

powerbi_lost_1-1650595954926.png

 

I need to lookup the brach from the visual table and get the data for just April in the visual. I need to create a DAX measure since it will help me with other calcualtions that I need to create later on. Any idea how to tackle this problem?

 

Sorry I am a new user to Power BI so I apologize if the explanation isn't that clear.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @powerbi_lost ,

 

According to your screenshot, I know [Branch] and data in each month are in same table. I think you don't need to use dax to lookupvalue in April. You can add [Branch] and [April] columns in table visual and then you can get the result you want. Power BI will lookupvalue automaticlly by context. If you want to calculate [April] by measure, you can try sum function to get summarize value.

April Measure = SUM('Table'[April])

 

Best Regards,
Rico Zhou

 

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

View solution in original post

3 REPLIES 3
PhilipTreacy
Super User
Super User

Hi @powerbi_lost 

 

Your request isn't very clear.  What's the lookup table?  What are you looking up?  How is your data connected?  What does your data look like?  What does your desired result look like?

 

Please provide sample data (not pictues) and show what you want the final table to look like.

 

Regards

 

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Hi Phil,

I edited my post and I hope it's more clear now. If you want the data I can personally email you the file I'm wokring on. 

 

Thanks. 

Anonymous
Not applicable

Hi @powerbi_lost ,

 

According to your screenshot, I know [Branch] and data in each month are in same table. I think you don't need to use dax to lookupvalue in April. You can add [Branch] and [April] columns in table visual and then you can get the result you want. Power BI will lookupvalue automaticlly by context. If you want to calculate [April] by measure, you can try sum function to get summarize value.

April Measure = SUM('Table'[April])

 

Best Regards,
Rico Zhou

 

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

Helpful resources

Announcements
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.

Top Kudoed Authors