Forum Discussion
Anonymous
7 years agoNot applicable
Unexpected Error Power BI report Server With Desktop While Connecting/Save As
I have configured the Power BI report server with custom authentication and I am able to browser reports and upload reports from Desktop version and optimised dektop version from the web url. But whe...
- Anonymous7 years ago
The problem was in the code itself in the logon page of the custom authentication. Thank you for the suggestions, it helped me on my solution.
d_gosbell
7 years agoSuper User
It's probably something in your custom authentication.
How does your custom authentication work?
What happens when you attempt to hit one of the urls PBI desktop is attempting to connect to like http://<servername>/reports/api/v2.0/ServiceState Does it return a json response or a 401 error or does it prompt for a username and password?
torontow
6 years agoRegular Visitor
Hi Re: Computing rollup weighted sum
I have exactly the same error, when typing "http://<servername>/reports/api/v2.0/ServiceState" you suggested I got a JSON response. What does this mean?
- Anonymous6 years agoNot applicable
Hi,
Just wondering if you managed to find a solution to this issue?