Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Lorenz33
Helper III
Helper III

Using 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?

 

1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User

That nuget and those APIs are for the cloud version of Power BI the don't apply to PBIRS. If you are embedding something locally in an intranet based site I think you would just IFrame in the report. The following example is for embedding in sharepoint, but the same technique should work for other types of sites https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-embed I used a technique like this to embed a report in a tab in MS Teams.

View solution in original post

1 REPLY 1
d_gosbell
Super User
Super User

That nuget and those APIs are for the cloud version of Power BI the don't apply to PBIRS. If you are embedding something locally in an intranet based site I think you would just IFrame in the report. The following example is for embedding in sharepoint, but the same technique should work for other types of sites https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-embed I used a technique like this to embed a report in a tab in MS Teams.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.