nuget
1 TopicUsing Nuget package manager with Report Server (Power BI)
We are using Power BI Desktop for Report Server (January 2020) and Report Server Optimized for Power BI (January 2020). We are trying to utilize Nuget to embed a report. https://github.com/Microsoft/PowerBI-CSharp#aspnet-mvc In doing so we are attempting to use the PowerBI.CreateReportEmbedToken method: var embedToken = PowerBIToken.CreateReportEmbedToken(workspaceCollection, workspaceId, reportId); Where do I find the values for: workspaceCollection? workspaceId? reportId?Solved1.3KViews0likes1Comment