<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Catch File/Save event on edit mode in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1912508#M30086</link>
    <description>&lt;P&gt;Hi Xiaoxin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no, I don't mean the embedded feature of power bi :). I need to do some data dumping before saving the report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 14:30:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-21T14:30:52Z</dc:date>
    <item>
      <title>Catch File/Save event on edit mode</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1906921#M30038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there an event if I go File/Save on edit mode? If so how can I catch this event?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 15:20:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1906921#M30038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-17T15:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Catch File/Save event on edit mode</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1910683#M30065</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;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:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/create-edit-report-embed-view?tabs=embed-for-your-customers" target="_blank"&gt;Create, edit, and save an embedded report | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 01:26:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1910683#M30065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-21T01:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Catch File/Save event on edit mode</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1912508#M30086</link>
      <description>&lt;P&gt;Hi Xiaoxin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no, I don't mean the embedded feature of power bi :). I need to do some data dumping before saving the report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 14:30:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1912508#M30086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-21T14:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Catch File/Save event on edit mode</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1913823#M30094</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Ok, so you mean the common power bi service report edit operations? (they are based on the rest API and backend HTTP requests)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;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.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/admin/service-admin-auditing" target="_blank"&gt;Track user activities in Power BI - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you interest in power bi service processing, you can check the following link to know more about these.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/admin/service-admin-power-bi-security#power-bi-architecture" target="_blank"&gt;Power BI Security - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 06:29:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1913823#M30094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-22T06:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Catch File/Save event on edit mode</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1914742#M30102</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Xiaoxin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;yes I mean&amp;nbsp;the common power bi service report edit operations. So it is not possile. Thank you very much for the Info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 12:26:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Catch-File-Save-event-on-edit-mode/m-p/1914742#M30102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-22T12:26:26Z</dc:date>
    </item>
  </channel>
</rss>

