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