The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
hi,
i am trying to get dataset details for for all the datasources in gateway in power bi? Like, I want to know what are all the datasets/report names that are pointing to particular datasource?
how to get that information?
Solved! Go to Solution.
Hi @Anonymous
if you want to know all the report names pointing to particular dataset, you can click on the particulate dataset, then
on this page, you can explore related reports.
if you want to know all the dataset names pointing to particular datasource, maybe you could do it with rest API.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-in-group
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-datasources-in-group
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Have you solved this problem? If yes, could you kindly accept the answer helpful as the solution (or kindly share your solution ). so the others can find it more quickly.
really appreciate!
Any question, please let me know. Looking forward to receiving your reply.
Best Regards,
Community Support Team _Tang
Hi @Anonymous
if you want to know all the report names pointing to particular dataset, you can click on the particulate dataset, then
on this page, you can explore related reports.
if you want to know all the dataset names pointing to particular datasource, maybe you could do it with rest API.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-in-group
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-datasources-in-group
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hey @Anonymous ,
you have to use the Power BI REST APIs to extract this information from the Power BI Serive. These blog posts from the Power BI product team will get you started:
And here you will find the documentation to all the available REST APIs: https://docs.microsoft.com/en-us/rest/api/power-bi/admin
Hopefully, this gets you started to tackle your challenge.
Regards,
Tom