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

need help in lookupvalue

I trying to figure out how the lookup value work in power bi...can anyone help...

I have 2 tables.

Table 1
NameTeam
JohnA
AppleB
JaneC

 

Table 2
TeamTarget
A1000
B4000
C6000

 

how should i write the formula so that the following can be achieved?

Final Results
Table 1
NameTeamTarget
JohnA1000
AppleB4000
JaneC6000

Thank you.

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

Assuming there will only be unique entries in the Team column of Table 1, build a relations from the Team column of Table 2 to the Team column of Table 1.  To your Table visual, drag Team and Name column from Table 1 and write this measure

=SUM('Table 1'[Target])

Drag this measure to the visual.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

Assuming there will only be unique entries in the Team column of Table 1, build a relations from the Team column of Table 2 to the Team column of Table 1.  To your Table visual, drag Team and Name column from Table 1 and write this measure

=SUM('Table 1'[Target])

Drag this measure to the visual.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

@Ashish_Mathur 

Thanks, I got it.

You are welcome.  If my previous reply helped, please mark it as Answer.  If the relationship is set up properly, the RELATED() function should work.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.