Questions tagged [powerbi-api]
66 questions
0
votes
0 answers
Power BI API Power Query
this is the response from the api callHi I'm stuck with this problem, I am querying an API that only allows you to bring back 10 records at a time. Then you have to do another call and provide the next page key to get the next batch of 10 records…

mr biggs
- 1
- 1
0
votes
1 answer
Power BI Data Flow API calls using Timeout=#duration return no results
Trying to set the timeout property for my api calls to be longer than 30 seconds in Power BI data flow.
Source = Json.Document(Web.Contents("https://[apiservice].com",[RelativePath=thepath],[Timeout=#duration(0,0,30,0)])),
The above results in no…

user5551344
- 73
- 1
- 5
0
votes
1 answer
How to make report page default for different customers using Power BI API?
We are embedding all our customers reports from power bi web to our own website and from there customers can view their insights/reports. Now, customers are requesting for default report page. so instead of viewing main page of report, they want to…

patel94
- 85
- 2
- 11
0
votes
1 answer
What vscode extensions do I need to run this powershell code?
The below powershell script acquires an authtoken and refreshes all Power BI datasets with a call to the Power BI rest api. The script works fine in powershell ISE but won't run in vscode. I have tried installing several Azure extensions to no…

Mike
- 99
- 1
- 10
0
votes
1 answer
Power Bi Api dataset parameters empty
I'm trying to get a dataset parameters.
I'm using a local Excel Workbook file and upload it to PBI.
Then I try to get dataset params as mentioned here
When I make a request I don't have any params back.
Is it the right API ? I expect to get…

infodev
- 4,673
- 17
- 65
- 138