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
Sil3ntGam3r
Regular Visitor

Exporting to PowerPoint using the PowerBI API

Hi, I am completly new to using the Power BI API.

I looked at the code examples on how to export to powerpoint but I am completly lost on how it works

Export Power BI reports API - Power BI | Microsoft Docs

 

Does anyone have a working sample I can look at? or can maybe guide me to a working sample?

1 ACCEPTED SOLUTION

using Microsoft.PowerBI.Api;

var client = new PowerBIClient(new Uri("https://api.powerbi.com/"), tokenCredentials);

you will need to create the token Credentials by generating the token

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

v-shex-msft
Community Support
Community Support

HI @Sil3ntGam3r,

As lbendlin said, it already shared the C# version sample code about the methods to invoke rest API. Are you mean the different programming/script language versions or the whole project source codes?

Bookmark:

Export Power BI report to file (preview)#code-examples 

In addition, you can also navigate to the rest API page and click on 'try it' button to use the online version(HTML script) :

Reports - Get Pages In Group#code-try-0 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Thanks for the reply. Ill check out the online version.

 

The problem I am having is with the example code.

 

I tried using it, but I get an error with the Client object. It says in the comments that 'Client' is an instance of the Power BI .NET SDK.

But what does that mean to me? How do I declare the Client object in my C# application?

using Microsoft.PowerBI.Api;

var client = new PowerBIClient(new Uri("https://api.powerbi.com/"), tokenCredentials);

you will need to create the token Credentials by generating the token

lbendlin
Super User
Super User

There is a working example in the link you reference.

Sorry let me rephrase that. I am looking for working source code?

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.