The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
77 | |
77 | |
36 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |