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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have two files as per the Tables below.
Table 1 is my master file with the full set of devices and the current confidence level.
Table 2 is the smaller subset of devices with an updated status in the confidence level column.
I want to take the New status in the Confidence Level from Table 2 and transpose it to the correct devices in Table 1.
I think I might have to do a new calculated column? I'm just not sure of the DAX.
Table 1
| Device Name | Confidence Level |
| AAA | High |
| BBB | High |
| CCC | High |
Table 2
| Device Name | |
AAA | Medium |
End State would look like
Device Name | Confidence Level |
| AAA | Medium |
| BBB | High |
| CCC | High |
Solved! Go to Solution.
Hi,
There is a relationship, it's a 1 to 1 on the device name.
The DAX you gave is good, the issue it leaves me with is that the calculated coumn now has a bunch of blanks. How do I add onto the DAX so that when it moves over the few updated values it then fills in the rest of the column the the old values?
Really appriciate the support late on a Saturday night.... it worked perfectly!!!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 18 | |
| 12 | |
| 11 | |
| 6 | |
| 6 |