Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I have a simple situation but couldn't solve it. I have table "Reference":
| Type | Value |
| a | 5 |
| b | 7 |
| c | 10 |
Another table is : "Main"
| Material | Type |
| K1 | a |
| K2 | a |
| K3 | b |
| M1 | c |
| M2 | c |
I want to show the data and get total of it. But could not get the total. I also want to show the total at a card. How can I do it?
Thanks in advance!
Solved! Go to Solution.
Hi @IF ,
Based on your description, you can create a calculated column in Table "Main" as follows.
value = LOOKUPVALUE('Reference'[Value],Reference[Type],[Type])
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @IF ,
Based on your description, you can create a calculated column in Table "Main" as follows.
value = LOOKUPVALUE('Reference'[Value],Reference[Type],[Type])
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
in your layout tab you create a relationship between the tables and joining the reference together
then you can drag the value against the material
Proud to be a Super User!
But it doesn't show the total as I provided the image in the post. I also want to a have card showing the total as well.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |