Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn 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 |
|---|---|
| 50 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 73 | |
| 37 | |
| 28 | |
| 26 |