Forum Discussion

shah36's avatar
shah36
New Member
9 years ago
Solved

Help with Power BI and SSRS

Sorry if my question is bit too basic or have already been answered. In our organisation we are currently using Actuate as reporting tool, I have found out that vast majority of the end users don’t ...
  • v-caliao-msft's avatar
    9 years ago

    Hi shah36,

     

    Would I be able to setup the permissions for different department in reporting server along with Power BI reports
    Yes. We can create a new folder and then move the Power BI report to this folder. Then you can set access permission for this folder for your users.

     

    If we decide to deploy a dedicated web app for the reports, would it be possible to embed both SSRS and Power BI reports in the same web app? Of course each report would be published on its own dedicated web page.
    Yes. We can use Iframe to embed power bi report to website page.
    urIframe.Attributes.Add("src", "http://servername/Reports/powerbi/test/?rs:embed=true");

     

    Regards,

    Charlie Liao