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
Hello all,
I am having alot of trouble with the lookupvalue function in power bi. I am trying to get a specific result column into a different data page, but the error about 'multiple values selected when singular value needed' continues to show up. There is a relationship already exsisting between the two data sheets. What is the problem here?
Additionally, I have tried this dax formula:
Solved! Go to Solution.
@Wadi-Luca
You can use the RELATED function as a new column if you are on many side
new column = RELATED ( tblListFacilityType[credit_conv_factor] )
if have multiple records and you are on the one side of the table:
new column = MAXX ( RELATEDTABLE ( tblListFacilityType ), tblListFacilityType[credit_conv_factor] )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Wadi-Luca
You can use the RELATED function as a new column if you are on many side
new column = RELATED ( tblListFacilityType[credit_conv_factor] )
if have multiple records and you are on the one side of the table:
new column = MAXX ( RELATEDTABLE ( tblListFacilityType ), tblListFacilityType[credit_conv_factor] )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |