The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
is there an event if I go File/Save on edit mode? If so how can I catch this event?
Br
Solved! Go to Solution.
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
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
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
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
Hi Xiaoxin,
yes I mean the common power bi service report edit operations. So it is not possile. Thank you very much for the Info.
br