<?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: Failed to make a XLMA call to a PowerBI (SASS) dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3506436#M45185</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/627848"&gt;@Boji&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you already try URL encoding your server URL? Instead of&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"powerbi://api.powerbi.com/v1.0/myorg/Admin &amp;gt; ACE Development TEST"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try&lt;BR /&gt;&lt;BR /&gt;"&lt;SPAN&gt;powerbi://api.powerbi.com/v1.0/myorg/&lt;/SPAN&gt;Admin%20%3E%20ACE%20Development%20TEST"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&lt;A title="GitHub" href="https://github.com/MartinBubenheimer" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="github.png" style="width: 34px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/933704i8348AD2A9C7A3ED4/image-dimensions/34x34?v=v2" width="34" height="34" role="button" title="github.png" alt="github.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;A title="linkedin" href="https://www.linkedin.com/in/martin-bubenheimer-9ba99271/" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="linkedin.png" style="width: 36px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/933703i7ADBF83A4A253887/image-dimensions/36x31?v=v2" width="36" height="31" role="button" title="linkedin.png" alt="linkedin.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Oct 2023 06:58:57 GMT</pubDate>
    <dc:creator>Martin_D</dc:creator>
    <dc:date>2023-10-31T06:58:57Z</dc:date>
    <item>
      <title>Failed to make a XLMA call to a PowerBI (SASS) dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3506059#M45180</link>
      <description>&lt;P&gt;I have the role of Fabric Adminstrator and trying to make a xlma api call through powershell. The folloing is the my scripts:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install-Module -Name SqlServer -Scope CurrentUser&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$cred&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;Get-Credential&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;$XmlaCommand&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;lt;Discover xmlns='urn:schemas-microsoft-com:xml-analysis'&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;RequestType&amp;gt;TMSCHEMA_PARTITIONS&amp;lt;/RequestType&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Restrictions&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;RestrictionList&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DatabaseName&amp;gt;Job Monitoring&amp;lt;/DatabaseName&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/RestrictionList&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Restrictions&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Properties&amp;gt;&amp;lt;/Properties&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Discover&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"@&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Invoke-ASCmd&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Credential &lt;/SPAN&gt;&lt;SPAN&gt;$cred&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Server "powerbi://api.powerbi.com/v1.0/myorg/Admin &amp;gt; ACE Development TEST"&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Database &lt;/SPAN&gt;&lt;SPAN&gt;"test"&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Query &lt;/SPAN&gt;&lt;SPAN&gt;$XmlaCommand&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I have the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoke-ASCmd: A connection cannot be made. Ensure that the server is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 02:42:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3506059#M45180</guid>
      <dc:creator>Boji</dc:creator>
      <dc:date>2023-10-31T02:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to make a XLMA call to a PowerBI (SASS) dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3506436#M45185</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/627848"&gt;@Boji&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you already try URL encoding your server URL? Instead of&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"powerbi://api.powerbi.com/v1.0/myorg/Admin &amp;gt; ACE Development TEST"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try&lt;BR /&gt;&lt;BR /&gt;"&lt;SPAN&gt;powerbi://api.powerbi.com/v1.0/myorg/&lt;/SPAN&gt;Admin%20%3E%20ACE%20Development%20TEST"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&lt;A title="GitHub" href="https://github.com/MartinBubenheimer" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="github.png" style="width: 34px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/933704i8348AD2A9C7A3ED4/image-dimensions/34x34?v=v2" width="34" height="34" role="button" title="github.png" alt="github.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;A title="linkedin" href="https://www.linkedin.com/in/martin-bubenheimer-9ba99271/" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="linkedin.png" style="width: 36px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/933703i7ADBF83A4A253887/image-dimensions/36x31?v=v2" width="36" height="31" role="button" title="linkedin.png" alt="linkedin.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 06:58:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3506436#M45185</guid>
      <dc:creator>Martin_D</dc:creator>
      <dc:date>2023-10-31T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to make a XLMA call to a PowerBI (SASS) dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3507227#M45191</link>
      <description>&lt;P&gt;Good morning Martin:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I tried to using URL encoding I still have the same error:&amp;nbsp;Invoke-ASCmd: A connection cannot be made. Ensure that the server is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From a &lt;A href="https://www.youtube.com/watch?v=N6NNPZiAcEc&amp;amp;t=2s" target="_self"&gt;video I watched online for XLMA on youtube &lt;/A&gt;My understanding is that the workspaces SASS instances act as servers the XLMA protocle tries to connect to.&amp;nbsp; Is this possible that there is something wrong with SASS instance settings? How can I check if XLMA endpoints are available in a different way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 13:14:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3507227#M45191</guid>
      <dc:creator>Boji</dc:creator>
      <dc:date>2023-10-31T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to make a XLMA call to a PowerBI (SASS) dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3507407#M45193</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I have some additional information regarding the error. I attempted to connect to the workspace above with Tabular Editor, which is another way to test if I have access to the XMLA endpoint of the workspace. Unfortunately, I was unsuccessful. Please see the screenshot below for the error message.&lt;/P&gt;&lt;P&gt;In addition, I found a note in the workspace settings that reads “This workspace is configured to use a capacity you don’t have access to.” Could this be triggering the error since I don’t have access to the premium workspace? Currently, I work as a fabric administrator role in my company with premium capacity licenses. What role do I need to connect to those XMLA endpoints?&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="Screenshot 2023-10-31 3.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/989408i36B13E0401F6DB51/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-31 3.png" alt="Screenshot 2023-10-31 3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-31 2.png" style="width: 830px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/989409iC16EF281CBFCFDDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-31 2.png" alt="Screenshot 2023-10-31 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 14:38:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Failed-to-make-a-XLMA-call-to-a-PowerBI-SASS-dataset/m-p/3507407#M45193</guid>
      <dc:creator>Boji</dc:creator>
      <dc:date>2023-10-31T14:38:24Z</dc:date>
    </item>
  </channel>
</rss>

