Re: Acces power bi information from power app
Hi @Anonymous ,
Could you please share a bit more about your scenario?
Do you want to display Power BI report within your canvas app with a specific filter condition?
Based on the issue that you mentioned, I think the Power BI tile control could achieve your needs. On your side, you could consider add a Power BI tile control within your app, then specify proper Workspace, Dashboard, and tile:
If you want to display your Power BI report with a specific filter, please consider take a try with the following workaround:
Set the TileUrl property of the Power BI tile control to following:
"https://app.powerbi.com/embed?dashboardId=82d341ed-a20e-49eb-b0ba-9d9f0aa77a99&tileId=0c00d742-eb7b-4824-a708-87b693771392&config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLVNPVVRILUVBU1QtQVNJQS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldCJ9&$filter=TaskLists/Executor eq 'Eric'"
Please check the following article for more details:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-power-bi-tile#pass-a-parameter
Please take a try with above solution, check if the issue is solved.
Best regards,