Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
We have the May 2019 free version of Power BI Desktop for Report Server on our PCs and the May 2019 version of Power BI Report Server on our server.
Within Power BI Desktop, if we click on the File menu and then open->Report Server and then enter the URL for the Report Server we get an "Item not found" error. However, if we open a report in the Browser and then within the browser click on "Edit in Power BI Desktop" the report opens in Power BI Desktop.
Are we able to and if so how do we open reports from the Report Server by clicking File->Open->Report Server?
Solved! Go to Solution.
@Lorenz33 wrote:I am using:
http://servername/BIReports/browse/
So that would be your problem. You need to remove the "/browse" off the end of the url.
What format are you using for the url? Are you including the "/reports" after the server name?
I can use "http://localhost/reports" on the server itself or something like "https://myserver/reports" from my PC and this feature works fine for me.
I am using:
http://servername/BIReports/browse/
@Lorenz33 wrote:I am using:
http://servername/BIReports/browse/
So that would be your problem. You need to remove the "/browse" off the end of the url.
That worked. Thank you so much for the help.