Forum Discussion
Anonymous
5 years agoNot applicable
Lineage that includes data source and table
Hi, we would like to gather usage statistics on what database tables/views are being used in which Power BI reports/datasets. The lineage diagram only goes down to dataset level. Usage statistics onl...
Anonymous
5 years agoNot applicable
Hi Anonymous ,
Try Push Datasets - Datasets GetTables
https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettables
Or Push Datasets - Datasets GetTablesInGroup
https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettablesingroup
Best Regards,
Jay
Anonymous
5 years agoNot applicable
Thanks Jay. Unfortunately, these APIs are for push datasets only (like realtime streaming), not regular datasets.