March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Question to the community, is the Try-It feature now gone on Power BI REST API documentation page?
Solved! Go to Solution.
Hi @mwade_cte1926 ,
"Try It" feature be disabled on every pages in PBI REST API has been confirmed as an active known issue.
A temporary alternative solution is to use postman.
Get access token first, then you can call Power BI Rest API in postman by this token.
For reference: Power BI REST API using postman - generate embed token.
I will keep an eye on this case and update if there are new developments.
And I will mark my reply as the answer for more people to see this message.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for sharing! Very useful 🙂
You can still get call the API via PowerShell as an example below:
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
Login-PowerBIServiceAccount
$headers = Get-PowerBIAccessToken
$headers.Add("Content-Type", "application/json")
$restUrl = 'https://api.powerbi.com/v1.0/myorg/admin/groups/' + $ID + "/users"
$response = Invoke-RestMethod $restUrl -Method 'GET' -Headers $headers -ErrorAction Stop
I hope they fix this soon as sometimes I don't need to write a script for a quick ad-hoc testing.
Before this was removed, I created an Azure App and have been successful in creating the auth_token but I have an issue with permissions at the moment. But here is the link I used to create this app.
https://helicaltech.com/azure-application-to-access-the-power-bi-rest-apis/
Any update on this?
Proud to be a Datanaut!
Private message me for consulting or training needs.
I'm glad it isn't just me and I've asked our MS contacts. They were not aware of this feature taken away but awaiting more info on that. This is definitely a bummer if they take it away.
Same here
Yes, it is not showing up anymore. Can anyone from Microsoft support confirm?
Thanks,
Rahul Yadav
Same, where's it gone please?
I have the same issue. Please let me know when you find a solution. Thanks!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
9 | |
3 | |
2 | |
2 | |
2 |