Hi,
Intro:
I want to create a internal website for displaying Power BI graphs and KPI's for internal use.
I just created a new webapp in Azure from the FlaskAzure(python) template. (https://github.com/azureappserviceoss/FlaskAzure)
I also just got access to a free license and am currently testing 1 month free premium version of Power BI.
Power BI: I have created a dashboard as a test, and a report.
Azure Web App: I have just created the FlaskAzure(python) webapp and added SSO(single sign on) connected to AAD(Azure Active Directory).
Azure AAD: I have registered the application for Power BI in AAD using this link: https://dev.powerbi.com/apps
My questions:
I now found a tutorial that seems to just tell me how to add tiles into IFrames. (https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile/#steps-to-integrate-a-tile-into-an-app)
1. Can i only add tiles into IFrames? Cant i add it without using IFrames?
2. Is there an example on how to present a tile using flask(python) framework?
Thanks in advance.