This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have two table like below:
A: Reference Table which gives 96% threshold against each type of container.
| Container Type | Target Figure (96%) |
| MX-1100 | 19 |
| MW-2908 | 18 |
| AD-1183 | 19.6 |
B: Transaction table which shows total weight filled in each container
| Transaction Id | Type | Weight |
| 1 | MX-1100 | 18.3 |
| 2 | MW-2908 | 17.4 |
| 3 | AD-1183 | 17.9 |
| 4 | MX-1100 | 16.5 |
I would like table B to get a new column as target against the Types, so I can subtract the Weight with Target and see which transaction is below the threshold.
Solved! Go to Solution.
Assuming you have the relationship as like this
Add a column to the transaction table as
Target Figure = RELATED('Reference Table'[Target Figure (96%)])
Hope this helps!
Assuming you have the relationship as like this
Add a column to the transaction table as
Target Figure = RELATED('Reference Table'[Target Figure (96%)])
Hope this helps!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 30 | |
| 25 | |
| 24 |