I have a dashboard that contains an r visual map of the UK, converting national grid to lat/long, which is pretty simple and works fine. I believe that it only contains libraries that are supported on the on line version of power BI, however when I publish the dashboard I get the following error for the r visual. The visual is loading an R package with a dependency that is currently unavailable Please try again later or contact support. If you contact support, please provide these details. Activity IDcc000874-4240-41a5-91a1-6598c31d2664 Request ID95a55c29-12f2-595a-3020-f138991e7a8f Correlation ID0810d0b2-be16-7c6e-9377-95aa4f3824fe TimeMon Jul 18 2016 13:37:46 GMT+0100 (GMT Daylight Time) Version13.0.1500.429 Cluster URIhttps://wabi-north-europe-redirect.analysis.windows.net I’ve obviously been dim and included an unsupported dependency, but is there any way of knowing what that is? The only libraries I am loading are # Load the packages library(rgdal) library(maps) library(mapdata)
... View more