Forum Discussion
How to add data ai agent into Published App?
- 5 months ago
Hi jaryszek ,
Thank you for confirming. Since the link is not working outside the App either, this confirms the issue is not related to the App configuration or republishing, but rather to the agent setup or tenant configuration. I recommend first verifying that the agent is fully published and not in draft, and that you are copying the latest URL directly after publishing. Next, ensure the workspace hosting the agent is accessible and properly assigned to the required capacity, and that there are no tenant level restrictions in the Admin Portal under Tenant Settings limiting AI, Copilot, or agent access to specific security groups. Even when testing as a Tenant Admin, feature level restrictions can still apply. Additionally, try opening the link in an InPrivate or Incognito browser session to rule out token or caching issues. If the problem continues, please share the exact error message shown when accessing the link, as that will help determine whether this is a permission scope issue, environment configuration problem, or a service limitation.
Hi jaryszek ,
According to Microsoft documentation and community guidance, Fabric Data AI Agents, also called AI Skills, are workspace level artifacts and cannot be embedded directly inside a published Power BI or Fabric App as native app content. Apps currently support items like reports, dashboards, semantic models, and paginated reports, but Data AI Agents are not yet a supported content type. Because of this limitation, when you try to add a deep link in a way that makes the app render the agent inline, it can result in a broken or garbled page. The App simply is not designed to host or display the agent interface within its layout.
The supported approach is to first publish the Data AI Agent in the workspace and then add it to the App as a navigation link rather than embedding it. After publishing the agent and making sure it is shared with the right users, open the App in edit mode, add a link in the navigation menu, and paste the direct URL of the published Data AI Agent. Once you republish the App, users can click that link and access the full agent experience separately. It is also important to ensure users have the proper permissions to the workspace and the agent, otherwise they may see access errors. For now, this link based method is the recommended and supported workaround until native App integration for Data AI Agents becomes available.
Thank you,
If this is a way which you wrote about ?:
Best Wishes,
Jacek
- ibarrau6 months agoSuper User
No. The embedding capacity they are talking about involves code skills. You need to know basic concepts about coding to put it in your web handling the authentication your web has. You can't embedd a Power Bi App. It's embedding report by id. One by one. You can read more about it here:
https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-analytics-power-biI hope that helps,
- v-sshirivolu6 months agoCommunity Support
Hi jaryszek ,
Thank you for sharing the screenshot. Since Data AI Agents are workspace - level artifacts, they can't be embedded directly in a published App as native content. To make them accessible, add the published agent URL as a navigation link, as shown. Make sure the agent is fully published , not in draft, use the complete browser URL, and set the link to open in a new tab. Also, check that users have the necessary permissions for both the workspace and the Data AI Agent. If these requirements are met, the link should function as intended, which is currently the standard way to surface a Data AI Agent from a published App.- jaryszek6 months agoSuper User
So in general v-sshirivolu , it should just work...right?
Best,
Jacek