Forum Discussion
Anonymous
8 years agoNot applicable
Power BI can't show basic text results via the R script visual ?
Can the R custom visual not show text results? I just used the summary(dataset) function. And in R this properly shows the min/max/median/etc. but when I attempt the same script in R within Power...
- 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
danielPrieto
8 years agoAdvocate I
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