将r脚本添加到Power Bi

时间:2019-06-21 11:29:56

标签: powerbi

我想将下面的r脚本添加到power bi,然后在我有time_tot的位置,我希望能够用Power BI的度量代替该值,以此类推,num_rev到。然后将结果填充到功率bi的表中。

互联网研究和博客

num_rev <- 18
(incidence <- (num_rev/time_tot)*100)
(ci <- (unlist(prop.test(num_rev,time_tot)[6])*100))```

as described above in the question. the ability to populate results into a table visual.

1 个答案:

答案 0 :(得分:0)

PowerBI-Desktop中有R的扩展。您可以安装它。您唯一需要记住的是,无论如何,所有输出都必须是图形对象。因此,只允许将数据表作为结果,因为您无法显示它们。

https://docs.microsoft.com/de-de/power-bi/desktop-r-visuals