Forum Discussion
Master_T
Helper I
4 years agoAny way to embed a report into another report?
Hello guys and gals I wanted to embed a PowerBI Report into a page of another PowerBI Report. Is this possible in any way? I tried to develop a Custom Visual that could simply embed a report by...
V-lianl-msft
Community Support
4 years agoThe visual sandbox is the generic host that Power BI uses for executing any custom visual. It is not a specific type of chart in this context and is named sandbox in the DOM, mostly due to fact that it is a sandboxed iframe that prevents code inside it from accessing the main Power BI window and keeps the visual isolated.
Certified Power BI visuals are visuals in AppSource that meet certain specified code requirements that the Microsoft Power BI team has tested and approved. The tests are designed to check that the visual doesn't access external services or resources.
To view the list of certified Power BI visuals, or to submit your own, see Certified Power BI visuals.
Master_T
Helper I
4 years agoYeah, I know all that... not what I asked though...