Forum Discussion
Catch File/Save event on edit mode
Hi,
is there an event if I go File/Save on edit mode? If so how can I catch this event?
Br
- Anonymous5 years ago
HI Anonymous,
Ok, so you mean the common power bi service report edit operations? (they are based on the rest API and backend HTTP requests)
AFAIK, current power bi does not allow you to do custom with them, but you can trace these operation logs if you enable the power bi audit logs.Track user activities in Power BI - Power BI | Microsoft Docs
If you interest in power bi service processing, you can check the following link to know more about these.
Power BI Security - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
4 Replies
- AnonymousNot applicable
Hi Anonymous,
Do you mean the power bi embedded feature with edit operations? If that is the case, you can take a look at the following document to know more about these:
Create, edit, and save an embedded report | Microsoft Docs
Regards,
Xiaoxin Sheng
- AnonymousNot applicable
Hi Xiaoxin,
no, I don't mean the embedded feature of power bi :). I need to do some data dumping before saving the report.
Br
- AnonymousNot applicable
HI Anonymous,
Ok, so you mean the common power bi service report edit operations? (they are based on the rest API and backend HTTP requests)
AFAIK, current power bi does not allow you to do custom with them, but you can trace these operation logs if you enable the power bi audit logs.Track user activities in Power BI - Power BI | Microsoft Docs
If you interest in power bi service processing, you can check the following link to know more about these.
Power BI Security - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng