Forum Discussion
Anonymous
6 years agoNot applicable
R visualization using local images
Hi all, I have an issue I hope you can help me; I have developed an R visualization which reads local images depends on a condition it works good, my problem is when I publish in PowerBI.com imag...
v-lili6-msft
Community Support
6 years agohi Anonymous
In fact, when you design on desktop side, power bi not has any limitation on packages and functions that you used in r visual.
After you publish to power bi service side, there are a few limitations for r scripts. For security reasons, some of r script functions has been blocked on power bi service side(e.g. access external datasource, write/access to specific folder path, import/export file...). You could refer to this doucment:
https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals#r-scripts-security
Regards,
Lin