<?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: How to measure time of report uploading using REST APIs? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4660363#M60580</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We really appreciate your efforts and for letting us know the update on the issue.&lt;BR /&gt;As mentioned by&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;,&amp;nbsp;Please consider sharing your suggestion in the Power BI Ideas forum, where the product team actively monitors user feedback. Ideas with strong community support are more likely to be considered for future implementation. Posting there helps ensure your request reaches the right audience and contributes to shaping the product roadmap.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please continue using fabric community forum for your further assistance.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 05:22:22 GMT</pubDate>
    <dc:creator>v-nmadadi-msft</dc:creator>
    <dc:date>2025-04-21T05:22:22Z</dc:date>
    <item>
      <title>How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4651240#M60410</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;this is my rest api which i am using to upload report:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group

# Use the PowerBiCostMgmtApp1 Rest Client environment for the CostMgmt1 tenant.

# &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1608"&gt;@name&lt;/a&gt; getGroups
GET https://api.powerbi.com/v1.0/myorg/groups?$filter=name%20eq%20'{{groupName}}'
Authorization: Bearer {{$aadV2Token appOnly}}

### 

# Remember to update importId with the returned import ID.

@groupId = {{getGroups.response.body.$.value[0].id}}

POST https://api.powerbi.com/v1.0/myorg/groups/{{groupId}}/imports?datasetDisplayName={{fileDisplayName}}
Authorization: Bearer {{$aadV2Token appOnly}}
Content-Type: multipart/form-data; boundary=MfnBoundry

--MfnBoundry
Content-Disposition: form-data; name="files"; filename="{{filename}}"
Content-Type: application/octet-stream

&amp;lt; ./{{filename}}
--MfnBoundry--&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to measure time of it? I know that i can check import Id status if this is finished but i need whole time of uploading...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 11:06:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4651240#M60410</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-14T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4651307#M60412</link>
      <description>&lt;P&gt;There's nothing else available beyond the polling you are already doing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is important to you please consider voting for an existing idea or raising a new one at &lt;A href="https://ideas.fabric.microsoft.com" target="_blank"&gt;https://ideas.fabric.microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 11:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4651307#M60412</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-14T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4652789#M60436</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;,&lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Using REST API’s we can get report data sources, report data dependent items,&amp;nbsp; report history snapshots, report parameter definitions or various other things&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vnmadadimsft_0-1744691486089.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1260248i1A3715EFE110FD30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnmadadimsft_0-1744691486089.png" alt="vnmadadimsft_0-1744691486089.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vnmadadimsft_1-1744691486091.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1260249iF553535B044D676B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnmadadimsft_1-1744691486091.png" alt="vnmadadimsft_1-1744691486091.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;but currently it is not possible to get the time when the report was uploaded.&lt;BR /&gt;Please refer to this article to explore the available options and try out the ones that best suit your specific requirements.: &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi-report/reports" target="_blank"&gt;Reports - REST API (Power bi report) | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a&amp;nbsp;KUDOS.&amp;nbsp;Feel free to reach out if you need further assistance.&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 04:31:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4652789#M60436</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-04-15T04:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4652976#M60441</link>
      <description>&lt;P&gt;Ok so if you have report which take 30 min to upload how to automate workflow to refresh it after?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;how people solve it?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 06:16:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4652976#M60441</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-15T06:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4652977#M60442</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 06:16:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4652977#M60442</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-15T06:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4653582#M60452</link>
      <description>&lt;P&gt;Set a refresh schedule before the upload. That will result in an automatic refresh attempt after the upload completes.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 10:52:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4653582#M60452</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-15T10:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4654061#M60462</link>
      <description>&lt;P&gt;Ok but if report is not uploaded, i will get failure? What then?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 14:07:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4654061#M60462</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-15T14:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4654099#M60463</link>
      <description>&lt;P&gt;correct the issue and try again?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 14:19:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4654099#M60463</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-15T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4655243#M60479</link>
      <description>&lt;P&gt;My workflow for customer should ends after uploading and refreshing report.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So the sequence of rest apis will create workspace, upload report and refresh after updating.&amp;nbsp;&lt;BR /&gt;If refresh lasts 30 min i need to know it somehow to trigger rest api immidietely after it is done.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sheduled refresh will not work in this case.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 08:01:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4655243#M60479</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-16T08:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4655575#M60482</link>
      <description>&lt;P&gt;There is no guarantee that a refresh request will be honored. There is no guarantee that a refresh will complete successfully. If a refresh fails you should not automatically retry (looking at you, Microsoft!!!!) but should first investigate and correct the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not something you can fully automate.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 11:17:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4655575#M60482</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-16T11:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4655743#M60485</link>
      <description>&lt;P&gt;I am catching the whole idea but still if this will check status i could wrap it in some java code not in the loop but waiting for the result and make the action like: If succed--&amp;gt; refresh., if failure --&amp;gt; throw an error and fix the report.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Not workaround loops and waiting some time to try refresh.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 12:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4655743#M60485</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-16T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4659515#M60566</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 16:28:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4659515#M60566</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-04-19T16:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4660353#M60579</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;issue is not solved. There is no option to do this and this totally sucks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 05:14:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4660353#M60579</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-21T05:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4660363#M60580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We really appreciate your efforts and for letting us know the update on the issue.&lt;BR /&gt;As mentioned by&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;,&amp;nbsp;Please consider sharing your suggestion in the Power BI Ideas forum, where the product team actively monitors user feedback. Ideas with strong community support are more likely to be considered for future implementation. Posting there helps ensure your request reaches the right audience and contributes to shaping the product roadmap.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please continue using fabric community forum for your further assistance.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 05:22:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4660363#M60580</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-04-21T05:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure time of report uploading using REST APIs?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4712433#M61496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.&lt;/P&gt;
&lt;P&gt;If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum &amp;nbsp;we’ll be happy to assist.&lt;/P&gt;
&lt;P&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 13:24:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-measure-time-of-report-uploading-using-REST-APIs/m-p/4712433#M61496</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-05-29T13:24:37Z</dc:date>
    </item>
  </channel>
</rss>

