Forum Discussion
Displaying images from sharepoint online list or folder
Hi MikeHawryluk,
I can reproduce this issue on my side. I have reported it internally, will let you know if get any information.
Best Regards,
QiuyunYu
Thanks very much for your help v-qiuyu-msft
- v-qiuyu-msft9 years ago
Community Support
Hi MikeHawryluk,
Please see below response from PG team:
The mobile apps do not work like the web application which uses cookies for authentication and that’s the main reason.
Possible workarounds:
- Transform the images to base64 string and place it in the model - see attached, you can share with customer, there are instructions in it.
- Use PowerBI DAX UNICHAR function – there is an external blog post with nice explanation here: https://blog.crossjoin.co.uk/2017/04/11/the-dax-unichar-function-and-how-to-use-it-in-measures-for-data-visualisation/
- It depends on clients’ need but PowerBI Conditional formatting - https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-conditional-table-formatting/ might solve requirements
- Place images in a public resource that doesn’t require authentication
Best Regards,
QiuyunYu- Anonymous8 years agoNot applicable
Hi all, this seems a bit surprising (not to say shocking) to see it's almost impossible to show pictures from from url linked SPO to or OneDrive knowing that 1- Power BI is designed to be visual (and what's more visual than a picture?), 2- SPO or OneDrive are Microsoft tools commonly used in business environement... Are developpers working at solving this issue or is it here to stay? Thx a lot from your feedback!
- xerxel7 years ago
Advocate II
I have the same problem, so I ran some tests:
- Internet Explorer 11: Fail
- FireFox Quantum: Fail
- MS Edge: Pass
- Chrome: Pass
So the verdict is, if you want to display images from Sharepoint Online in a Power BI report, then browse with Edge or Chrome.