Forum Discussion
R visuals in power BI
- 10 years ago
ankitpatira, in this case all the values are less than 20 so no separaters. But what you brought up is a good point! Thank you. I end up just ploting a line/bar chart directly in power BI.
if the solutions provided by other users don't work, I would recommend you run this r code on your dataframe and paste the output here:
library(gridExtra) grid.table(summary(dataset))
what it does:
Allows you to output a table from an R script to the visualisation window. The results of the "summary" function should show us what's going on.
- rliu10 years ago
Helper I
BeardyGeorge That's a great tip to know! Thanks.
- BeardyGeorge10 years ago
Advocate I
No problem - it's saved me a fair bit of time trying to figure out the cryptic messages PowerBI gives you.
My first guess would be that your PowerBI query is referencing Days.Undecided and your R script there is calling Days_Undecided.