Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
What .NET method should I use to put a pbix file to the PBI workspace?
There is a PowerShell cmdlet in Microsoft.PowerBI.Commands.Reports namespace which does what I need - New-PowerBIReport, it refers to Microsoft.PowerBI.Common.Api.Reports with PostReportForWorkspace function. It seems to be a POST request to API to put a pbix file to the workspace. And I assume that there should be an appropriate method to do the same in .NET, but due to the very poor documentation Microsoft provides for PBI developers I can't find it.
The relevant REST API is https://docs.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group
Thanks!
I assume a .NET analog would be https://docs.microsoft.com/en-us/dotnet/api/microsoft.powerbi.api.v2.imports.postimportingroupwithht... then
Power BI C# SDK including documentation and samples can be found here https://github.com/microsoft/PowerBI-CSharp
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
3 | |
3 | |
3 | |
3 |