Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
caznaran
Helper I
Helper I

Multiple images for different columns in a table pointing to a single table containing Image URLs

Hi, I'm trying to set up a Dashboard contaning specific information for each of our projects. I wanted to show the pictures of the team via Image URLs and it worked, at least for the Project Sponsor.

 

Dashboard.jpg

I wanted to also show the pictures of the Project Manager and Functional Leader. But I cannot set up the relationship to work from these columns in my project table to a single Image URL field (thumbnailPhoto) from the central AD table.

 

Tables.jpg

Relationship.jpg

Otro.jpg

Any help will be really appreciated

 
4 REPLIES 4
amitchandak
Super User
Super User

Can you check if there other relationships or bidirectional relations with other tables, creating a loop?

 

Can you share complete schema diagram

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Here you have it. The schema is simple, only 2 tables, with the AD table containing the thumbnail photo from the Active Directory.

 

Anotación 2020-02-21 073019.jpg

@caznaran 

 

You may try function USERELATIONSHIP and LOOKUPVALUE in DAX.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @v-chuncz-msft , can you give me a hint?

 

I'm trying to create a measure like this:

 

PMPhoto = CALCULATE(LOOKUPVALUE(AD[thumbnailPhoto],AD[displayName],'Projects 2020'[Project Manager]),USERELATIONSHIP('Projects 2020'[Project Manager],AD[displayName]))
 
But apparently I'm using an incorrect syntax.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.