Questions tagged [powerbi-api]
66 questions
0
votes
1 answer
"AADSTS65001: The user or administrator has not consented to use the application with ID '' named 'PowerBI'. Send an interactive authorization request
i'm trying to send a request to a PowerBi API using Postman to do sth but i'm stuck at getting the token for it and got the following error:
then i tried to follow this Question, which suggested Authorization first. The result that i got was an…

Mostafa Bouzari
- 9,207
- 3
- 16
- 26
0
votes
1 answer
steps to create PowerBI API token
i'm using this URL https://login.windows.net/(the Tenant ID of the App that i made in Azure AD)/oauth2/token to create a Token for PowerBI API. my postman looks like this:
but when i use this Access token to do some operations like getting a list…

Mostafa Bouzari
- 9,207
- 3
- 16
- 26
0
votes
1 answer
How to get a Bearer access_token to embed a PowerBi Report using PowerBiEmbed React component in MS Teams context?
my team and I are trying to embed a PowerBi Report using the PowerBiEmbed component in order to visualize it without repeating the signin procedure every time you access to the dashboard app in a Microsoft Teams context.
Basically, we are missing…
0
votes
1 answer
PowerBI - Visual API - changing Visual properties | usage: translations
Context : we're having our powerbi dashboards embedded either as a whole report or only standalone visuals.
We want to translate the content of our reports in several languages. some of it can be done via metadata translations ( DAx Editor ->…

Chris
- 29
- 3
0
votes
1 answer
Get User access list by using PowerBIClient in .NET Core
Is there any way to get the list of users having powerbi access or how to check a particular user having the powerbi access using Microsoft.PowerBI.Api in .net core.

user3501613
- 596
- 7
- 28
0
votes
1 answer
Power BI desktop loading sequence
Is there a way to set up a loading sequence for the elements in a desktop dashboard so that the slicer will always load first even though other elements might still be loading?
(i.e I change 1 slicer filter and the dashboard starts loading. Now I…

apol96
- 200
- 12
0
votes
0 answers
Delegate a Web App permissions to use Power BI API
We are creating a web app that will use the PowerBI API to export paginated reports as PDF.
I can do this with my own account and a PPU license.
I will need to ensure the Web App can do this on behalf of a user of the web app.
All the documentation…

wilson_smyth
- 1,202
- 1
- 14
- 39
0
votes
1 answer
Setting Category to off on a Card visual through Power BI embedded API
We would like to set Category to off on a card visual through the Power BI Embedded API. Is this possible?
I’ve tried setting the property CategoryAxis, Visible to false, but this did not achieve the desired outcome of suppressing the automatically…

Dennis
- 31
- 9
0
votes
1 answer
is "Client_credential" grant type can be used to access powerBI scopes?
In my project, I am trying to get embed report information from powerBI without interactive login.
so far I am able to get the information using "password" grant; when I am trying to do the same thing using "Password" grant, it is giving me…

Deepak Singh
- 116
- 1
- 1
- 10
0
votes
1 answer
Power BI REST API ExportToFileInGroup Not Working
I am able to programmatically log in to the PowerBI Client, gather my Workspaces as well as get a specific Report from a specific Workspace. I need to programmatically render that report to a .pdf or .xlsx file. Allegedly this is possible with the…

Grandizer
- 2,819
- 4
- 46
- 75
0
votes
1 answer
How to create a Power BI DataSet Scheduled Refresh programatically
Requirement: To create a Power BI Dataset scheduled refresh through code and use it in DevOps process, so that I do not have to create scheduled refresh explicitly from Power BI web portal.
What I tried/research: I could not find Power BI API…

KaranSingh
- 460
- 4
- 11
0
votes
1 answer
AcquireTokenSilentAsync failed_to_acquire_token_silently
I have a .NET MVC Core 3.1 Webapp running on azure. This webapp is with SSO against Azure AD and is consumming powerbi API and graph API in delegated mode.
All was working fine but now I regularly have failed_to_acquire_token_silently Exceptions…

chu
- 9
- 2
0
votes
0 answers
Power Bi Api - Service principal authentication is not supported
I am trying to pull data for all Power Bi Apps in our organization using a Function App.
I am reading the documentation for Power BI APi:
https://learn.microsoft.com/en-us/rest/api/power-bi/apps/getreport
Though I dont really understand that it…

SirLanceLang
- 45
- 1
- 1
- 4
0
votes
0 answers
Power bi gateway only for one source
I've a power bi report and I want to connnect it to a csv with import mode and to sql server with direct query option.
I want to upload this report in te power bi service, so use the data on the csv importe and the directquery mode via on premise…

Andrea
- 164
- 1
- 2
- 14
0
votes
1 answer
Client error: `GET https://api.powerbi.com/v1.0/myorg/datasets` resulted in a `401 Unauthorized` response Power BI REST api
I'm trying to use PHP (specifically the SDK made by tangent solutions: https://github.com/TangentSolutions/PowerBI-SDK-PHP/) to push data to a Power BI application (into https://app.powerbi.com) I'm working on. I'm able to get an access token using…

WTFranklin
- 2,454
- 4
- 21
- 28