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
RMSLUIS
Frequent Visitor

"VLOOKUP" 2 Tables

Hi everyone,

I need help to solve this problem....Basic problem, I think. 

Basically, I have 2 tables and need, in the first one, to sum the values of 1 colum from the another table, gruped by user, which is the Key...

Example:

Untitled.jpg

Thanks,

Rui Luis

1 ACCEPTED SOLUTION
ZunzunUOC
Resolver III
Resolver III

Hi @RMSLUIS ,  you can create the next calculated column:

 

Total Burned Points = 
var iduser= Users1[User ID]
return
CALCULATE(SUM(Users2[Points Burned]);FILTER(users2;Users2[User ID]=iduser))

Care with the option "don't summarize" is active and use your name tables.

 

Result:

reply013.png

 

 

Best Regards,
Miguel

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

2 REPLIES 2
ZunzunUOC
Resolver III
Resolver III

Hi @RMSLUIS ,  you can create the next calculated column:

 

Total Burned Points = 
var iduser= Users1[User ID]
return
CALCULATE(SUM(Users2[Points Burned]);FILTER(users2;Users2[User ID]=iduser))

Care with the option "don't summarize" is active and use your name tables.

 

Result:

reply013.png

 

 

Best Regards,
Miguel

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

Many Thanks!!

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.