The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.