Forum Discussion
DatamindsMBM
9 years agoFrequent Visitor
Zooming in on RStudio (heat)maps
Hello community, I am trying to use R with Power BI. In specifics, I would like my RStudio (heat)map to behave like any other Power BI map. When I choose to filter on a company (given that I'm us...
Anonymous
9 years agoNot applicable
That's cool.
I didn't think the ggmap package was supported in PowerBI - see 'Supported Packages' at https://powerbi.microsoft.com/en-us/documentation/powerbi-service-r-visuals/
If you have Lat and Lon in your dataset, have you played around with bounding boxes (might still be classed as 'Experimental' with Google maps), calculating a zoom level to pass to oyur map request?
Alternately, can you limit the scale of your X and Y axis ?
DatamindsMBM
9 years agoFrequent Visitor
Oddly enough, if you go to https://powerbi.microsoft.com/en-us/documentation/powerbi-service-r-visuals/, and you search for ggmap, it doesn't show.
Anyhow, I haven't played around with bounding boxes. And I don't think that I can limit my X/Y axis, but I'm actually not sure.