Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I'm a beginner with PowerBi...
I have two table linked by "item" value.
On the first table i have an unique item value on the first column and "standard item value" on the second column.
On the second table i have an item list with associed "measured value"
I want to compare "measured value" with "standard item value"?
How can i do it?
Table 1 (Item Nr, Standard Item Value)
1, 50
2, 55
3, 125
Table 2 (Item Nr, Measured Item Value)
1, 55
1, 60
1, 50
2, 53
2, 55
2, 60
2, 60
2, 50
3, 1000
3, 100
3, 125
Thanks in advance for your help...
Solved! Go to Solution.
@mick43 Please add a new column using LOOKUPVALUE function in your second table, then you can do the comparision as you like.
Proud to be a PBI Community Champion
@mick43 Please add a new column using LOOKUPVALUE function in your second table, then you can do the comparision as you like.
Proud to be a PBI Community Champion
Great! Thank you for your help it work fine!