How to add a Power BI Analytic to a Carousel Tile

After an Embedded Analytic has been added to the widget library, the analytic can be added as a carousel tile on a carousel page. To allow a user to view an analytic on a carousel tile for any carousel page, the following changes need to be added to the page metadata:

For example:

<nav name="analyticsForOrgCashFlow" title="FIN - Organizational Cash Flow" widgetId="3" targetLocation="noDisplay" targetComponentType="PowerBIReportPage" targetPage="adm.apgs.REPORT" applicationUrl="{{applicationUrl}}" order="10" targetMode="browse"/>

In the above nav element, widgetId is the widget created on the WIDLIB page for displaying analytics. TargetComponentType is PowerBIReportPage, this page renders analytic on the UI side. TargetPage is the page used to render analytics, in this case adm.apgs.REPORT points to ApplicationAnalyticsPage.

Powerbi_config.properties should be deployed to VLS\bin and all required properties should be correct.