Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I recently used CloudScope for a project that had some large Base64 images. I tried to create a new file with this today and discovered CloudScope is no longer in the custom visual app selection. Is there a reason for this? Is there another app that can display large, concatenated Base64 images?
Solved! Go to Solution.
Hi @rmcconnell340 ,
It seems that it still available but you'll have to get it from CloudScope themselves.
https://www.cloudscope.io/power-bi-visuals/image
Alternatively and if you're familiar with html, you can use the html custom viz to render a base64 image in it. You'll have to write a DAX code that returns an html text string and the visual will parse that as html.
https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals&search=html&page=1
Try either of these:
Note: the first one is not certified but permits loading of an external url.
Proud to be a Super User!
Hi @rmcconnell340 ,
It seems that it still available but you'll have to get it from CloudScope themselves.
https://www.cloudscope.io/power-bi-visuals/image
Alternatively and if you're familiar with html, you can use the html custom viz to render a base64 image in it. You'll have to write a DAX code that returns an html text string and the visual will parse that as html.
https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals&search=html&page=1
Try either of these:
Note: the first one is not certified but permits loading of an external url.
Proud to be a Super User!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.