Forum Discussion
segan
3 years agoNew Member
Connecting to Local PowerBI Report Server using Microsoft.PowerBI.Api
Hello, I am trying to programmatically access PowerBI Server (installed in my local machine) using .NET 4.7. I have included Microsoft.PowerBI.Api nuget package. My PowerBI server is configured...
- 3 years ago
That nuget package is for working with the Power BI cloud service. I don't think that Report Server has a specific nuget package, but it does have a REST API which should not be too hard to call https://learn.microsoft.com/en-us/power-bi/report-server/rest-api
d_gosbell
3 years agoSuper User
That nuget package is for working with the Power BI cloud service. I don't think that Report Server has a specific nuget package, but it does have a REST API which should not be too hard to call https://learn.microsoft.com/en-us/power-bi/report-server/rest-api