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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
rshahrabani
Frequent Visitor

.NET SDK v3 documentation

Can someone point me to the v3 documentation for the Power BI .NET SDK?

Thanks.

4 REPLIES 4
lbendlin
Super User
Super User

That's the library download, I'm looking for the API documentation.

Anonymous
Not applicable

Hi @rshahrabani 

Beyond the setup notes in the GitHub repo: https://github.com/Microsoft/PowerBI-CSharp I am not aware of any detailed documentation for that SDK in particular (I might be wrong).

The SDK is effectively a wrapper around the Power BI REST API endpoints.
The documentation on the API should help you find the parts of the SDK (and required parameters etc...) that you need.

https://docs.microsoft.com/en-us/rest/api/power-bi/

Anonymous
Not applicable

Believe this is the SDK documentation for V2 which can be misleading with the breaking changes between V2/V3: Microsoft.PowerBI.Api.V2.Models Namespace - Azure for .NET Developers | Microsoft Docs can't find anything similar for V3.

 

Also learned the hard way that using the "DataGateway" PowerShell module loads the V2 assembly if you don't already have V3 registered.

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors