The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
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.
Any help will be really appreciated
Can you check if there other relationships or bidirectional relations with other tables, creating a loop?
Can you share complete schema diagram
Here you have it. The schema is simple, only 2 tables, with the AD table containing the thumbnail photo from the Active Directory.
You may try function USERELATIONSHIP and LOOKUPVALUE in DAX.
Thanks @v-chuncz-msft , can you give me a hint?
I'm trying to create a measure like this:
User | Count |
---|---|
86 | |
84 | |
35 | |
35 | |
35 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |