【发布时间】:2016-10-18 08:53:29
【问题描述】:
如何在 Power BI 中创建交互式 R 图(例如 Plotly)?下面的代码没有返回任何错误,也没有显示图表:
library(plotly)
library(ggplot2)
z = ggplot(data = dataset) + geom_point(mapping = aes(x = Console, y = Search))
ggplotly(z)
数据来源:
source <- "https://cdn.rawgit.com/BlueGranite/Microsoft-R-Resources/master/power-bi/gameconsole.csv"
game.console <- read.csv(source, header = TRUE)
【问题讨论】:
-
plotly在 Power BI 中不可用。见community.powerbi.com/t5/Desktop/…
标签: sql-server r powerbi