Forum Discussion

greenbank_2020's avatar
greenbank_2020
Frequent Visitor
6 years ago

Power BI report server with custom security save as issue

 

Hi,

 

We have installed power bi report server with custom security. We can login with registered user without issue. When we try to save as report to report server and get below issues. We are able to import report into report server without issue.

Can anyone help?

 

 
 

 

greenbank_2020

5 Replies

  • If you save the file to a local drive, then use the "Upload" button on the PBIRS portal does the report upload and function correctly?

     

    If you have not tried this it's worth testing this. It's one possible work around for your issue and I'm not sure if pbix reports support custom authentication. The custom auth feature was built for paginated reports and I'm not sure if it will authenticate properly to the tabular data model inside a pbix based report.

     

    I suspect that the "Save As" dialog is getting blocked by an authentication prompt from your custom code, but it does not have the ability to present this to prompt to the user. But this is all speculation as I'm only using Windows Auth.

    • greenbank_2020's avatar
      greenbank_2020
      Frequent Visitor

      thanks, d_gosbell!

       

      Upload is working without any issue. I have created simple report and it work well after upload into report server. it does pop an authentication prompt when I use report builder to save as report. But Power BI desktop RS doesn't pop for custom authentication.

       

      Anyone has the same experience?