Forum Discussion
itsmebvk
3 years agoContinued Contributor
Power BI Rest API to Identify Dataset Last Published Date and User
Hi Experts, I am trying to find out list of Dataset names, user names who published those datasets recently and date of publish. Is there any way to get this information using Rest API or any...
- 3 years ago
There is no such thing as "publishing a dataset". What you have is Create, Edit and Delete events, for example the Audit_EditDataset event log.
lbendlin
3 years agoSuper User
You get that from the tenant audit logs.
- itsmebvk3 years agoContinued Contributor
lbendlin Thanks for your reply. We already have audit logs. We also tracking PBI adoption using those logs. But I am unable to find "Dataset Last Published by "information from that logs. Can you please suggest which fields contains this information?
Thank you.
- lbendlin3 years agoSuper User
There is no such thing as "publishing a dataset". What you have is Create, Edit and Delete events, for example the Audit_EditDataset event log.