<?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 call issue response 204 in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4711491#M61480</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 06:45:20 GMT</pubDate>
    <dc:creator>v-venuppu</dc:creator>
    <dc:date>2025-05-29T06:45:20Z</dc:date>
    <item>
      <title>Power BI REST API call issue response 204</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4698180#M61260</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m running into an odd issue with the Power BI REST API.&lt;BR /&gt;I’m calling the GET &lt;A href="https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshes" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshes&lt;/A&gt; endpoint to check a dataset’s refresh history. Until a few days ago it returned the expected JSON:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"@odata.context": "&lt;A href="https://wabi-west-europe-b-primary-redirect.analysis.windows.net/v1.0/myorg/groups/517001b1-b717-4927-9e69-4a9593ae2662/$metadata#refreshes" target="_blank" rel="noopener"&gt;https://wabi-west-europe-b-primary-redirect.analysis.windows.net/v1.0/myorg/groups/517001b1-b717-4927-9e69-4a9593ae2662/$metadata#refreshes&lt;/A&gt;",&lt;BR /&gt;"value": [&lt;BR /&gt;{&lt;BR /&gt;"requestId": "b04b54ce-610e-4afd-a780-d0b4f2c1896f",&lt;BR /&gt;"id": 1925306401,&lt;BR /&gt;"refreshType": "ViaApi",&lt;BR /&gt;"startTime": "2025-05-16T11:25:21.263Z",&lt;BR /&gt;"status": "Unknown",&lt;BR /&gt;"refreshAttempts": []&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Now, every call returns HTTP 204 with an empty value array:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"@odata.context": "&lt;A href="https://wabi-west-europe-b-primary-redirect.analysis.windows.net/v1.0/myorg/groups/517001b1-b717-4927-9e69-4a9593ae2662/$metadata#refreshes" target="_blank" rel="noopener"&gt;https://wabi-west-europe-b-primary-redirect.analysis.windows.net/v1.0/myorg/groups/517001b1-b717-4927-9e69-4a9593ae2662/$metadata#refreshes&lt;/A&gt;",&lt;BR /&gt;"value": []&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I get the same result even for datasets that definitely have refresh history.&lt;BR /&gt;Has anyone else seen this? Did something change on the service side, or am I overlooking a new requirement/parameter?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 09:54:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4698180#M61260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-19T09:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API call issue response 204</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4698496#M61270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This issue has popped up recently for others too. Here are some simple things to check:&lt;/P&gt;
&lt;P&gt;1.Try Refreshing the Dataset Again&lt;BR /&gt;Power BI only keeps the last 60 refresh logs. If the dataset hasn’t refreshed in a while, the history might be empty. Run a new refresh and check again after a minute.&lt;/P&gt;
&lt;P&gt;2.Double-Check Dataset and Workspace&lt;BR /&gt;Make sure you're using the correct dataset ID and that it belongs to a Pro or Premium workspace.&lt;/P&gt;
&lt;P&gt;3.Check API Permissions&lt;BR /&gt;If your app’s access token doesn’t have the right permissions (like Dataset.Read.All), it might not return anything even if refreshes exist.&lt;/P&gt;
&lt;P&gt;4.Use $top in Your API Call&lt;BR /&gt;Add ?$top=5 at the end of your API URL. Sometimes Power BI doesn’t return results unless you specify this.&lt;/P&gt;
&lt;P&gt;5.Confirm the Dataset ID&lt;BR /&gt;If the dataset was re-published or changed, the ID might be different. You can list all datasets in the workspace to confirm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accepting as solution&amp;nbsp;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;"Kudos"&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 12:30:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4698496#M61270</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-05-19T12:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API call issue response 204</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4707023#M61409</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&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;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 08:19:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4707023#M61409</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-05-26T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API call issue response 204</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4711491#M61480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 06:45:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4711491#M61480</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-05-29T06:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API call issue response 204</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4718159#M61590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please &lt;STRONG&gt;accept it as a solution&lt;/STRONG&gt; and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' so other community members with similar problems can find a solution faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 10:17:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-call-issue-response-204/m-p/4718159#M61590</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-06-03T10:17:12Z</dc:date>
    </item>
  </channel>
</rss>

