<?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 API integration with Unity in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602695#M46470</link>
    <description>&lt;P&gt;Is Unity maybe confused by the 401 ?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2023 01:18:09 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-12-27T01:18:09Z</dc:date>
    <item>
      <title>Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3589766#M45822</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I am trying to use a PowerBI API which saves Unity data. I have scoured the internet and I think it might be due to the PowerBI API permissions and not Unity. In order for Unity to write data to the API I have been trying to use the UnityWebRequest. However, I have gotten many errors. I have been testing my API with Postman and Powershell. I am able to "POST" but I can't use "GET", "PUT", or anything else and get a 404 error if I try. I am hoping this won't be an issue because I just want to POST anyway. I am not sure if I need to change the PowerBI API permissions somehow or generate a token, I am new to PowerBI and am using it to post Unity analytics.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I created a PowerBI streaming datasource API with a URL and desired data in the following format:&lt;/P&gt;&lt;P&gt;[ { "Variable 1" :98.6, "Variable 2" :98.6 } ]&lt;/P&gt;&lt;P&gt;Here are two different ways I have tried to code this:&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ep513140_1-1702931417275.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1012780i6717E8F0FE930A6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ep513140_1-1702931417275.png" alt="ep513140_1-1702931417275.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gives me an error of: The type name 'Post' does not exist in the type 'UnityWebRequest'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other way I do it is to change PostData to use UploadHandlerRaw:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ep513140_0-1702931396242.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1012779iBCFDC4C44F208830/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ep513140_0-1702931396242.png" alt="ep513140_0-1702931396242.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I apologize for the lengthy post but I have been trying to figure this out for weeks now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE: I have tried deleting the "new" from the UnityWebRequest.POST line and I now get an 500 Internal Server Error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TLDR: I can only POST from Postman and Powershell, not any other API requests, and I can't do anything from Unity. Any and all help is greatly appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Dec 2023 21:58:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3589766#M45822</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-18T21:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3599380#M46391</link>
      <description>&lt;P&gt;Not clear to me what you are trying to accomplish. Are you attempting to push rows into a streaming dataset?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2023 00:28:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3599380#M46391</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-23T00:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602186#M46459</link>
      <description>&lt;P&gt;Yes, I am trying to push data from Unity into a streaming data set so that there is a new row in the streaming dataset. In the code above I have hard coded the data to have "Experience" = 3 and "Confidence"= 5 which is what I would like the row to display after the Unity Web Request completes. However, I either get a 500 Internal Server Error or a 404 error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 13:25:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602186#M46459</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-26T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602260#M46462</link>
      <description>&lt;P&gt;To push rows into a streaming dataset you need to add the push key to the URL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$endpoint = "&lt;A href="https://api.powerbi.com/beta/" target="_blank"&gt;https://api.powerbi.com/beta/&lt;/A&gt;&amp;lt;tenant id&amp;gt;/datasets/&amp;lt;dataset id&amp;gt;/rows?key=&amp;lt;push key&amp;gt;"&lt;BR /&gt;Invoke-RestMethod -Method Post -Uri "$endpoint" -Body (ConvertTo-Json @($payload))&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 14:51:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602260#M46462</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-26T14:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602265#M46463</link>
      <description>&lt;P&gt;Thank you so much for the reply. I have been adding the push key to the URL as given from the Power BI API info in the following manner:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.powerbi.com/beta/&amp;lt;tenant" target="_blank"&gt;https://api.powerbi.com/beta/&amp;lt;tenant&lt;/A&gt;&amp;nbsp;id&amp;gt;/datasets/&amp;lt;dataset id&amp;gt;/rows?&amp;lt;rows&amp;gt;key=&amp;lt;push key&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am not sure if this is the problem. Maybe I need to add more headers to the API request? Apologies, I am not well versed in APIs.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 14:59:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602265#M46463</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-26T14:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602273#M46464</link>
      <description>&lt;P&gt;you can't add the rows to the URL. those need to go into the request body, and the request must be POST, not GET.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like I showed in my sample code&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 15:35:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602273#M46464</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-26T15:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602317#M46466</link>
      <description>&lt;P&gt;I have previously been using POST as you suggested, I just now changed the URL to "&lt;SPAN&gt;rows?key=&amp;lt;push key&amp;gt;" so I have deleted the information PowerBI put in the URL with the rows information, however I still get a 500 Internal Server Error. Your sample code is informative but because I am using Unity, there is a different way I am uploading the data with .ToJson and Unity Web Requests as seen in my question post. I really appreciate your patience with me, I have been trying to figure this out for weeks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 16:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602317#M46466</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-26T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602409#M46467</link>
      <description>&lt;P&gt;You can use Postman or the API sandbox to figure out what the issue with your payload is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This url is for push datasets, but the mechanics are the same as for streaming datasets (minus the key)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-rows-in-group#code-try-0" target="_blank" rel="noopener"&gt;Push Datasets - Datasets PostRowsInGroup - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can show a sample payload and the definitions of your streaming dataset fields I may be able to help you further&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 17:46:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602409#M46467</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-26T17:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602534#M46468</link>
      <description>&lt;P&gt;It works when I use Postman to POST the following content:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Experience"&lt;/SPAN&gt;&lt;SPAN&gt; :&lt;/SPAN&gt;&lt;SPAN&gt;47&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Confidence"&lt;/SPAN&gt;&lt;SPAN&gt; :&lt;/SPAN&gt;&lt;SPAN&gt;47&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;When I created the API I made "Experience" and "Confidence" take "Numbers". However from Postman I am unable to use GET or PUT, with an error of: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;"No HTTP resource was found that matches the request URI: '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="http://wabi-west-us-b-primary-redirect.analysis.windows.net/beta/" target="_blank"&gt;http://wabi-west-us-b-primary-redirect.analysis.windows.net/beta/&lt;/A&gt;...'"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I print out my player data in JSON format, I get the following output:&lt;/P&gt;&lt;P&gt;{"Experience":3, "Confidence":5}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The full stacktrace for the 500 error is:&lt;/P&gt;&lt;P&gt;Error: HTTP/1.1 500 Internal Server Error&lt;BR /&gt;0x00007ff729478e4d (Unity) StackWalker::GetCurrentCallstack&lt;BR /&gt;0x00007ff72947ddf9 (Unity) StackWalker::ShowCallstack&lt;BR /&gt;0x00007ff72a44b121 (Unity) GetStacktrace&lt;BR /&gt;0x00007ff72ab0d922 (Unity) DebugStringToFile&lt;BR /&gt;0x00007ff7283c97f6 (Unity) DebugLogHandler_CUSTOM_Internal_Log&lt;BR /&gt;0x000002627cb5d403 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)&lt;BR /&gt;0x000002627cb5d31b (Mono JIT Code) UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[])&lt;BR /&gt;0x000002627cb5d020 (Mono JIT Code) UnityEngine.Logger:Log (UnityEngine.LogType,object)&lt;BR /&gt;0x000002627cb5cee8 (Mono JIT Code) UnityEngine.Debug:Log (object)&lt;BR /&gt;0x000002627cb5cd33 (Mono JIT Code) APIPost/&amp;lt;PostData&amp;gt;d__10:MoveNext () (at C:/Users/ellai/My project (1)/Assets/API_Post.cs:73)&lt;BR /&gt;0x000002617fc16470 (Mono JIT Code) UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)&lt;BR /&gt;0x000002617fc1659f (Mono JIT Code) (wrapper runtime-invoke) &amp;lt;Module&amp;gt;:runtime_invoke_void_object_intptr (object,intptr,intptr,intptr)&lt;BR /&gt;0x00007ff9d943e0d4 (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)&lt;BR /&gt;0x00007ff9d937eb74 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3066)&lt;BR /&gt;0x00007ff9d937ed0c (mono-2.0-bdwgc) mono_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3113)&lt;BR /&gt;0x00007ff729397bc4 (Unity) scripting_method_invoke&lt;BR /&gt;0x00007ff729376844 (Unity) ScriptingInvocation::Invoke&lt;BR /&gt;0x00007ff72933f32a (Unity) Coroutine::Run&lt;BR /&gt;0x00007ff72933cd1f (Unity) Coroutine::ContinueCoroutine&lt;BR /&gt;0x00007ff728ff9ef3 (Unity) AsyncOperation::InvokeCoroutine&lt;BR /&gt;0x00007ff729934f8c (Unity) UnityWebRequestAsyncOperation::InvokeCoroutine&lt;BR /&gt;0x00007ff729935171 (Unity) UnityWebRequestProto&amp;lt;UnityWebRequestTransport,AtomicRefCounter,RedirectHelper,ResponseHelper,DownloadHandler,UploadHandler,CertificateHandler,HeaderHelper,AsyncOperation&amp;gt;::Job_InvokeCoroutine&lt;BR /&gt;0x00007ff728fad63a (Unity) BackgroundJobQueue::ExecuteMainThreadJobs&lt;BR /&gt;0x00007ff72902fb1c (Unity) `InitPlayerLoopCallbacks'::`2'::EarlyUpdateExecuteMainThreadJobsRegistrator::Forward&lt;BR /&gt;0x00007ff72900fbda (Unity) ExecutePlayerLoop&lt;BR /&gt;0x00007ff72900fd66 (Unity) ExecutePlayerLoop&lt;BR /&gt;0x00007ff729016625 (Unity) PlayerLoop&lt;BR /&gt;0x00007ff729fd2cbf (Unity) PlayerLoopController::InternalUpdateScene&lt;BR /&gt;0x00007ff729fdf89d (Unity) PlayerLoopController::UpdateSceneIfNeededFromMainLoop&lt;BR /&gt;0x00007ff729fddba1 (Unity) Application::TickTimer&lt;BR /&gt;0x00007ff72a45180a (Unity) MainMessageLoop&lt;BR /&gt;0x00007ff72a456910 (Unity) WinMain&lt;BR /&gt;0x00007ff72b84133e (Unity) __scrt_common_main_seh&lt;BR /&gt;0x00007ffab28c257d (KERNEL32) BaseThreadInitThunk&lt;BR /&gt;0x00007ffab3d0aa78 (ntdll) RtlUserThreadStart&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 19:49:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602534#M46468</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-26T19:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602695#M46470</link>
      <description>&lt;P&gt;Is Unity maybe confused by the 401 ?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 01:18:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3602695#M46470</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-27T01:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3604210#M46529</link>
      <description>&lt;P&gt;When I use Postman to test a GET request, I get the following error:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"code"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"No HTTP resource was found that matches the request URI '&lt;A href="http://wabi-west-us-b-primary-redirect.analysis.windows.net/beta/c6f643f0-4f6b-47f1-90f2-d2ce068e6988/datasets/" target="_blank" rel="noopener"&gt;http://wabi-west-us-b-primary-redirect.analysis.windows.net/beta/c6f643f0-4f6b-47f1-90f2-d2ce068e6988/datasets/&lt;/A&gt;&amp;lt;dataset&amp;gt;/rows?key=&amp;lt;key&amp;gt;'."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This link is different from the api url given by Power BI which is&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A target="_blank" rel="noopener"&gt;https://api.powerbi.com/beta/c6f643f0-4f6b-47f1-90f2-d2ce068e6988/datasets/&amp;lt;dataset&amp;gt;/rows?key=&amp;lt;key&amp;gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I tested my Unity script with a different API I generated on another website and I was able to POST and GET, so it seems like it must be an issue with Power BI perhaps redirecting to this second URL? When I use the PowerBI URL in Unity, I get a 404 error using GET and a 500 error using POST.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have looked at this link a few times and am unsure, maybe I need to create an App for the API? &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/" target="_blank"&gt;Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But I can write to the API from PowerShell and Postman so I don't know why Unity would require me to make an app and those wouldn't.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Dec 2023 21:18:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3604210#M46529</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-27T21:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3604287#M46530</link>
      <description>&lt;LI-CODE lang="markup"&gt; so it seems like it must be an issue with Power BI perhaps redirecting to this second URL?&lt;/LI-CODE&gt;
&lt;P&gt;Redirects can happen, but maybe Unity didn't expect that?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 22:58:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3604287#M46530</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-27T22:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API integration with Unity</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3605676#M46748</link>
      <description>&lt;P&gt;I tried using the redirect URL&amp;nbsp;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A href="http://wabi-west-us-b-primary-redirect.analysis.windows.net/beta/c6f643f0-4f6b-47f1-90f2-d2ce068e6988/datasets/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://wabi-west-us-b-primary-redirect.analysis.windows.net/beta/c6f643f0-4f6b-47f1-90f2-d2ce068e698...&lt;/A&gt;&lt;SPAN&gt;&amp;lt;dataset&amp;gt;/rows?key=&amp;lt;key&amp;gt;'."&lt;/SPAN&gt; in Postman for a POST request but it gets stuck sending the request for 30 seconds then times out. Is there anywhere I can see the proper redirect URL?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 14:45:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-integration-with-Unity/m-p/3605676#M46748</guid>
      <dc:creator>ep513140</dc:creator>
      <dc:date>2023-12-28T14:45:08Z</dc:date>
    </item>
  </channel>
</rss>

