Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Gurus,
I am trying to get the list of datasets into a PowerBI tabel.
I use the below api generator to creat a api link
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasetsingroup#code-try-0
i put may parameter in the groupid and create below link( not full one for security purposes)
api request :
GET https://api.powerbi.com/v1.0/myorg/groups/501a0a8a-6270-##$$2-9801-4964e#######/datasets
Then I copy the above link and creat below script in power query
let
Source = Json.Document(Web.Contents("https://api.powerbi.com/v1.0/myorg/groups/501a0a8a-6270-##$$2-9801-4964e#######/datasets"))
in
#"Source"
When I refresh I get below in the query editor. Can anyone plese help
@Anonymous , Refer if this can help https://radacad.com/category/power-bi-rest-api
Hi @amitchandak ,
I will try and let you know it this works and will accpect as a solutions. In the meantime if you have sometime you can direct me to more resources.
Thanks a lot champion 🙂
I am not a much of a techincal person to get hold of what is the code enviorment behind this,
assumen that this is written in PowerQuery ??
var dashboards = await client.Dashboards.GetDashboardsInGroupAsync(GroupId); (extracted from your pointed source @amitchandak
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.