Forum Discussion
Power BI can't show basic text results via the R script visual ?
- 8 years ago
Hi Anonymous
As you say R script visual only show image but a possible way to display the result of summary function is to use the grid.table function of the gridExtra package . I make an example with the iris dataset. See image below.
Surely this does not cover all your needs but I hope it will help you.
Regards,
Dani
i believe all R output should be of image datatype rather than string.. hence "visual"
- Anonymous8 years agoNot applicable
Right. But how often is something displayed that is not a visual? The Card "visual" is a good example of this where it's a single number that has to be shown.
I have linear regression model in R that is providing me with a single forecast that I would like to display in Power BI. But I can't seem to find a way to do it since Power BI can only display R visuals rather than the results of the R script itself.
Jonathan
- Anonymous8 years agoNot applicable
Just submitted idea here: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/34937713-change-the-r-visual-to-show-all-r-output-not-just
Jonathan
- Anonymous8 years agoNot applicable
That's a good idea. I share your pain when I sometimes want to show a text value directly from R. I think you can get around this right now if you bake your R script into a custom visual. I haven't done it before but people make it sound pretty doable