Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, i have a problem triying to export to file using api 3.0 in c#.
When i am using Client.Reports.GetPage(groupId, reportId, pageName) always return me "Error to send the request". what i am doing wrong.
The APP is well configured because I created the APP in azure (power bi Embedded) using the wizard, and download the sample project, after that i implemented the Api rest v3 (using the microsoft example) but always get the same error.
Client.Reports.GetPage(groupId, reportId, pageName)
i am trying to use this code, but always get the same error . i have the token, the apiurl, the group id and report id.
var tokenCredentials = new TokenCredentials(dm_token, "Bearer");
var Client = new PowerBIClient(new Uri(dm_ApiUrl), tokenCredentials);
Pages GetPage = Client.Reports.GetPagesInGroup(groupId,reportId );
is this a personal workspace, a regular one, or a Premium workspace?
hi , i am using a corporate account, embedded power bi report. we load report without problem, but , when we try to export report always get the error described.
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |