Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have an R Shiny-generated HTML report saved on one of my Linux systems, and I want to incorporate that HTML file into my Power BI report. What are the valid options for embedding this HTML report into Power BI?
Hi @mzutshi
Can you provide sample structure of the html file, and when you say incorporate in report, do you want it to be part of existing table? or a seperate table?
Provide some snapshot of your expectation as well if possible.
Thanks,
NG
hi @NaveenGandhi
The HTML file is an output from an R Markdown document. It looks something like this:
All the red-colored headings are the tabs that, when clicked, will display the correspoding graphs
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |