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
Anonymous
Not applicable

Image url from dynamics

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

6 REPLIES 6
bklyn3
Advocate II
Advocate II

Did you find a way to do it ? 

Anonymous
Not applicable

I didn't in the end but we are changing our approach next year so hopefully that will give a different solution. 

v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

v-lionel-msft_0-1595572025220.png

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.

 

Anonymous
Not applicable

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

amitchandak
Super User
Super User

@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.

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
Anonymous
Not applicable

Thanks for your rapid response @Amit , I really appreciate it! 

How would I go about getting an embed code from Dynamics? 

 

Thanks

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors