Forum Discussion
Dataset usage?
- 3 years ago
Hi sasdfasdfsad
You will need to use Power BI APIs to go deeper in details.
Exemple : https://learn.microsoft.com/en-us/rest/api/power-bi/datasets
You can as well create your own reports in Power BI desktop out of all available APIs.
Hi sasdfasdfsad
You will need to use Power BI APIs to go deeper in details.
Exemple : https://learn.microsoft.com/en-us/rest/api/power-bi/datasets
You can as well create your own reports in Power BI desktop out of all available APIs.
Do you happen to know of any other ways to connect and view the data?
- aj19733 years ago
Community Champion
Other ways could be to be Tenant Admin and have premium license. Not sure if that was your question!
Do you have problems using APIs?
- sasdfasdfsad3 years ago
Advocate IV
I do have a Premium license.
I'm looking at some of their options for the usage reporting there, but I don't see a way to get any details on which parts of the dataset are used.
Can I pull specific usage details from the dataset (which measures are used more often, etc) via that API?
Thank you again for your help- aj19733 years ago
Community Champion
Yes you can, this API
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-eventscan get you all Activity types including "EditDataset". You just need to extract it in json or csv file and build your report. Note you need to be Power BI Admin of the tenant to use the API.