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! Request 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!!!
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 |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 8 | |
| 8 |