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 There,
I'm pulling together a report that is connected to a Common Data Service hosted by Dynamics 365. I would like to display some images that have been uploaded into the portal, but unfortuantely they are drawing blanks.
I have tried the following:
1) Ensuring that the data category is set to 'Image URL'
2) Creating a new column that ensures a full url with the follwing DAX:
Player Image URL = IF(
AcademyPlayer[new_playerpicture_url]=BLANK(),BLANK(),
"https://org0892698c.crm11.dynamics.com"&AcademyPlayer[new_playerpicture_url]&".jpg"
)
Neither of these have worked so far - does anyone have any suggestions?
Many Thanks
Did you find a way to do it ?
I didn't in the end but we are changing our approach next year so hopefully that will give a different solution.
Hi @Anonymous ,
Does your link meet the above requirements?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-lionel-msft ,
Thanks for responding. Unfortunately it does not as the image is hosted within a Dynamics 365 portal. Have you come across any fixes for this?
Many Thanks
@Anonymous , refer this https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-images-tables
Also, open this image in incognito/private mode and check that It should do a redirect/ open a pop-up. Same way dropbox images do not display.
Thanks for your rapid response @Amit , I really appreciate it!
How would I go about getting an embed code from Dynamics?
Thanks