<?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: Power BI REST API - Get Activity Events in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073007#M41193</link>
    <description>&lt;P&gt;However, this method is not always accurate and the actual time spent on the View Report activity could be longer or shorter than the time between the two activities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to use custom tracking and logging in your Power BI report to log the start and end times of specific activities.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 19:57:29 GMT</pubDate>
    <dc:creator>Sahir_Maharaj</dc:creator>
    <dc:date>2023-02-09T19:57:29Z</dc:date>
    <item>
      <title>Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3072210#M41149</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with Power BI Get Activity Events REST API. I understand that CreationTime column is about when the activity is created/started.&lt;/P&gt;&lt;P&gt;I am looking for data to understand how long that activity was being performed.&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp;View Report activity is created at 2023-01-25 10:05:45, but not able to find data when this activity ended.&lt;/P&gt;&lt;P&gt;Is there any information we can get to understand the end time of the activity which helps to find out the actual time spent on that activity?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 15:03:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3072210#M41149</guid>
      <dc:creator>likhitha_p</dc:creator>
      <dc:date>2023-02-09T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073005#M41191</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/361017"&gt;@likhitha_p&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, the Power BI Get Activity Events REST API does not provide information on when a specific activity ended. The CreationTime column only provides information on when the activity was created or started, but not on when it ended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:56:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073005#M41191</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-02-09T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073006#M41192</link>
      <description>&lt;P&gt;As a workaround, you could use the next activity in the timeline to estimate the end time of the previous activity. For example, if you have a View Report activity followed by a Export to PDF activity, you could assume that the View Report activity ended when the Export to PDF activity started.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073006#M41192</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-02-09T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073007#M41193</link>
      <description>&lt;P&gt;However, this method is not always accurate and the actual time spent on the View Report activity could be longer or shorter than the time between the two activities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to use custom tracking and logging in your Power BI report to log the start and end times of specific activities.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:57:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073007#M41193</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-02-09T19:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073008#M41194</link>
      <description>&lt;P&gt;This could be done by adding custom code to your report that logs the start and end times of specific events, such as a user viewing a report or interacting with a dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could then use the Get Activity Events REST API to retrieve the log data and use it to calculate the duration of specific activities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This method would give you more control and accuracy over the data, but requires more development effort.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:57:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073008#M41194</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-02-09T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073009#M41195</link>
      <description>&lt;P&gt;If you have any other questions or if there is anything else I can assist with, please let me know.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073009#M41195</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-02-09T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Get Activity Events</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073179#M41196</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/501067"&gt;@Sahir_Maharaj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me by providing some more information on how to&lt;SPAN&gt;&amp;nbsp;use custom tracking and logging in Power BI report to log the start and end times of specific activities ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That would be really helpful!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 21:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Get-Activity-Events/m-p/3073179#M41196</guid>
      <dc:creator>likhitha_p</dc:creator>
      <dc:date>2023-02-09T21:32:04Z</dc:date>
    </item>
  </channel>
</rss>

