Clarity

 View Only
  • 1.  How to embed a PowerBI report in CA PPM?

    Posted Mar 25, 2019 06:23 AM

    So I have built this PowerBI report. I published it on the PowerBI server.

     

    >> How do I embed it in Clarity (in a page)? I suppose it's through iframe / HTML portlet... but how exactly? Does anyone have an example?

     

    >> How does that work with security?

     

    Thank you



  • 2.  Re: How to embed a PowerBI report in CA PPM?

    Posted Mar 25, 2019 08:18 AM

    Hi frean04 

     

    You can use Creating an Embed Code for Power BI Reports | A Tinkerers Notebook , fetch embedded code and create HTML Portlet based on that. For security, you can use PPM security access over HTML Portlet  and Portlet page. However if you are looking for Data level access then, you might need to pass login user key as Report parameter with some filter criteria based on that login user key. For passing user key as filter you can refer to Filter a report using query string parameters in the URL - Power BI | Microsoft Docs 

     

    Regards,

    Prashank Singh



  • 3.  Re: How to embed a PowerBI report in CA PPM?

    Posted Mar 25, 2019 09:52 AM

    Thank you very much for your answer. After I embed the code I get this:

     

     

    Is there a way to unblock this?

     

    Also, when I open the link in a browser, I don't get the filters. Are the filters not included in embedded code?

     

    Thanks,

     

    Anthony



  • 4.  Re: How to embed a PowerBI report in CA PPM?

    Broadcom Employee
    Posted Mar 25, 2019 09:56 AM

    See this thread i have replied here CA PPM 15.5 New Report with Power BI Error  



  • 5.  RE: How to embed a PowerBI report in CA PPM?

    Posted May 12, 2021 01:01 PM
    Edited by Keri Taylor May 26, 2021 11:57 AM
    better late than never...

    We are using Power BI so this example only works for that.
    <div align="center" style="width:100%;">
    <iframe width="100%" height="900" src="https://selfserviceanalytics.name.com/PBIReports/powerbi/BU/Project Scorecard?rs:embed=true" frameborder="0" allowFullScreen="true"></iframe>
    </div>​