Forum Discussion
Loading Images into Power BI with interal network
- Anonymous1 year ago
Hi Anonymous ,
Power BI service cannot display images that require a specific network to load.
There are two workarunds to solve this problem.
1\ Make sure your image link can be viewed anonymously on any network.
// This will allow anyone to access the image.
2\ Save the file in the database in the format of datauri (header+base64).
// It actually saves the image in the database in text format.
Best Regards,
Wearsky
Hi Anonymous ,
Power BI service cannot display images that require a specific network to load.
There are two workarunds to solve this problem.
1\ Make sure your image link can be viewed anonymously on any network.
// This will allow anyone to access the image.
2\ Save the file in the database in the format of datauri (header+base64).
// It actually saves the image in the database in text format.
Best Regards,
Wearsky