<?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: Troubles with Dataset ExecuteQueries In Group PowerBI API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031165#M54037</link>
    <description>&lt;P&gt;Take your access token and run it through jwt.io&amp;nbsp; - most likely your scope request&amp;nbsp;&lt;STRONG&gt;Dataset.Read.All&amp;nbsp;&lt;/STRONG&gt;didn't make it through.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 22:30:46 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-07-08T22:30:46Z</dc:date>
    <item>
      <title>Troubles with Dataset ExecuteQueries In Group PowerBI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4030147#M54012</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble executing the "&lt;STRONG&gt;ExecuteQueries In Group&lt;/STRONG&gt;" PowerBI API for Datasets.&lt;/P&gt;&lt;P&gt;Here's what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Microsoft Entra ID&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Create an App Registration with the name "&lt;STRONG&gt;PowerBI-SP&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;2. Created a &lt;STRONG&gt;Client Secret&lt;/STRONG&gt; with extended validity. Using the secret value as the client secret.&lt;/P&gt;&lt;P&gt;2. Added the following Delegated API Permissions with no admin consent required: "&lt;STRONG&gt;Dataset.Read.All Dataset.ReadWrite.All&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;3. Created a MS Entra Security Group with the name "&lt;STRONG&gt;Group For PowerBI SPs&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;4. Added App Registration "&lt;STRONG&gt;PowerBI-SP&lt;/STRONG&gt;" as the member of the MS Entra Security Group "&lt;STRONG&gt;Group For PowerBI SPs&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PowerBI Admin Portal&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Under "&lt;STRONG&gt;Integration Settings&lt;/STRONG&gt;", enabled the "&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Dataset Execute Queries REST API&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;" option.&lt;/P&gt;&lt;P&gt;2. Applies to "&lt;STRONG&gt;the entire organization&lt;/STRONG&gt;". No need to whitelist my MS Entra Security Group.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Under "&lt;STRONG&gt;Developer Settings&lt;/STRONG&gt;", enabled the "&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Allow Service Principals to use the PowerBI/Fabric APIs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;" option.&lt;/P&gt;&lt;P&gt;4. Applies to "&lt;STRONG&gt;Specific Security Groups&lt;/STRONG&gt;" with my MS Entra Security Group "&lt;STRONG&gt;Group For PowerBI SPs&lt;/STRONG&gt;" &lt;STRONG&gt;whitelisted&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fabric/PowerBI Service&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Added my MS Entra Security Group "&lt;STRONG&gt;Group For PowerBI SPs&lt;/STRONG&gt;" as the "&lt;STRONG&gt;Member&lt;/STRONG&gt;" of the workspace that I am trying to read the data from.&lt;/P&gt;&lt;P&gt;2. Gave the MS Entra Security Group "&lt;STRONG&gt;Group for PowerBI SPs&lt;/STRONG&gt;" the access of "&lt;STRONG&gt;read, build&lt;/STRONG&gt;" permissions on the dataset/semantic-model that I am trying to query the data from, using DAX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generate Access Token&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Token Endpoint V2&lt;/STRONG&gt;: &lt;A href="https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token" target="_blank" rel="noopener"&gt;https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;STRONG&gt;Content-Type&lt;/STRONG&gt;: x-www-form-urlencoded&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;Request Body&lt;/STRONG&gt;: client_id={client_id}&amp;amp;client_secret={client_secret}&amp;amp;grant_type="client_credentials"&amp;amp;scope="&lt;SPAN&gt;&lt;A href="https://analysis.windows.net/powerbi/api/.default&amp;quot;" target="_blank" rel="noopener"&gt;https://analysis.windows.net/powerbi/api/.default"&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;ExecuteQueries in Group API&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries-in-group" target="_blank" rel="noopener"&gt;Datasets - Execute Queries In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. &lt;STRONG&gt;Endpoint&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/groups/&lt;/A&gt;&lt;SPAN class=""&gt;{group_id}&lt;/SPAN&gt;/datasets/&lt;SPAN class=""&gt;{dataset_id}&lt;/SPAN&gt;/executeQueries&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. &lt;STRONG&gt;Authorization&lt;/STRONG&gt;: "Bearer {access_token}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Request Body: A valid Json with a valid DAX.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example: "&lt;FONT color="#3366FF"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;"queries": [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;"query": "EVALUATE VALUES(MyTable)"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;"serializerSettings": {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;"includeNulls": true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;}}&lt;/FONT&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: 401 Unauthorized&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; "error": {&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "code": "&lt;FONT color="#FF0000"&gt;PowerBINotAuthorizedException&lt;/FONT&gt;",&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "pbi.error": {&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "code": "&lt;FONT color="#FF0000"&gt;PowerBINotAuthorizedException&lt;/FONT&gt;",&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "parameters": {},&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "details": [],&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "exceptionCulprit": 1&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; }&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Observations:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1. ExecuteQueries In Group API &lt;STRONG&gt;works with my own Access Token&lt;/STRONG&gt;. I am just a member in the Workspace. I have same permissions as the Service Principal.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. &lt;STRONG&gt;&lt;FONT color="#99CC00"&gt;All other Dataset related APIs work with the Service Principal access token, that have read or read-write access on the dataset&lt;/FONT&gt;.&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets" target="_blank" rel="noopener"&gt;Datasets - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. DAX is valid. I have verified everything with my own access token. It returns the data well within the limitations of the API.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. I tried generating the access token using both v1 and v2 token endpoints with valid resource and scope values. I keep getting the same error "&lt;STRONG&gt;PowerBINotAuthorizedException&lt;/STRONG&gt;". &lt;STRONG&gt;resource_v1&lt;/STRONG&gt;=&lt;A href="https://analysis.windows.net/powerbi/api/.default&amp;quot;" target="_blank" rel="noopener"&gt;https://analysis.windows.net/powerbi/api&lt;/A&gt;, &lt;STRONG&gt;scope_v1&lt;/STRONG&gt;="Dataset.Read.All Dataset.ReadWrite.All"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4. Service Principal Manifest has listed entries of all alloted API permissions, stated as above.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;5. All Workspace and Dataset permissions have been verified and reverified but to no avail.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;6. Added my MS Entra Security Group as the Admin of the workspace as well with all permissions on the dataset to no avail.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;7. All ids used in this process are correct, be it dataset id, group id, client id, etc.. I have verified 100 times.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;8. Both &lt;STRONG&gt;RLS&lt;/STRONG&gt; and &lt;STRONG&gt;SSO&lt;/STRONG&gt; are disabled on the dataset.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9. Also tried giving "&lt;STRONG&gt;SemanticModel.Read.All&lt;/STRONG&gt;", "&lt;STRONG&gt;Semantic.Model.ReadWrite.All&lt;/STRONG&gt;" and just about any other permission that does not require admin consent to no avail.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I followed all instructions presented in the MS Docs and some, still getting the same error.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;What am I missing?&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jul 2024 12:16:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4030147#M54012</guid>
      <dc:creator>sjt2090</dc:creator>
      <dc:date>2024-07-08T12:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Troubles with Dataset ExecuteQueries In Group PowerBI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031165#M54037</link>
      <description>&lt;P&gt;Take your access token and run it through jwt.io&amp;nbsp; - most likely your scope request&amp;nbsp;&lt;STRONG&gt;Dataset.Read.All&amp;nbsp;&lt;/STRONG&gt;didn't make it through.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 22:30:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031165#M54037</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-08T22:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Troubles with Dataset ExecuteQueries In Group PowerBI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031609#M54043</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&amp;nbsp;That's right. There wasn't an "&lt;STRONG&gt;scp&lt;/STRONG&gt;" claim in the token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. But it must be noted that the same token is able to query the data using DAX from a "&lt;STRONG&gt;My Workspace&lt;/STRONG&gt;" using "&lt;STRONG&gt;ExecuteQueries&amp;nbsp;(Not Group) API&lt;/STRONG&gt;"&amp;nbsp;where the SP has "&lt;STRONG&gt;read, build&lt;/STRONG&gt;" permissions on the dataset.&lt;/P&gt;&lt;P&gt;2. I also uploaded another semantic model, a very basic one to my dataset under the &lt;STRONG&gt;same premium workspace&amp;nbsp;&lt;/STRONG&gt;from where I have not been successful in querying the data, as highlighted in the question. I decided to remove "&lt;STRONG&gt;Member&lt;/STRONG&gt;" permission entirely from the &lt;STRONG&gt;Workspace&lt;/STRONG&gt; for my MS Entra ID Security Group "&lt;STRONG&gt;Group for PowerBI SPs&lt;/STRONG&gt;" and gave direct access to my MS Entra ID Security Group on the new semantic model or the dataset with "&lt;STRONG&gt;read, build&lt;/STRONG&gt;" permissions. &lt;STRONG&gt;And it worked&lt;/STRONG&gt;!! with "&lt;STRONG&gt;ExecuteQueries (Not Group) API&lt;/STRONG&gt;" even without "&lt;STRONG&gt;scp&lt;/STRONG&gt;" claim in the token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I wonder if the semantic model which I am not able to query, is the problem here... Need to investigate further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, I would really appreciate it if you could please elaborate on any remedies regarding the "&lt;STRONG&gt;scp&lt;/STRONG&gt;" claim that could be of help here. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 04:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031609#M54043</guid>
      <dc:creator>sjt90</dc:creator>
      <dc:date>2024-07-09T04:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Troubles with Dataset ExecuteQueries In Group PowerBI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031688#M54045</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;I think I found the issue!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of our Semantic Models has a live "&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;Analysis Services&lt;/STRONG&gt;&lt;/FONT&gt;" connection to a common Semantic Model in the same premium workspace. As per the limitations of the ExecuteQueries API, both Group and Non Group,&amp;nbsp;&lt;BR /&gt;&amp;nbsp;"&lt;STRONG&gt;&lt;FONT color="#800080"&gt;Datasets that are hosted in Azure Analysis Services or that have a live connection to an on-premises Azure Analysis Services model aren't supported&lt;/FONT&gt;&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries" target="_blank" rel="noopener"&gt;Datasets - Execute Queries - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries-in-group" target="_blank" rel="noopener"&gt;Datasets - Execute Queries In Group - 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;Neither our dataset has a live connection to the on-prem azure analysis services model, nor any of our datasets hosted in Azure Analysis Services.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as we all know, the underlying engine of PowerBI service workloads uses Analysis Services which is not so different from Azure Analysis Services, if I remember correctly. And maybe that's why I get "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;PowerBINotAuthorized&lt;/STRONG&gt;&lt;/FONT&gt;" exception only for those datasets that have "&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;Analysis Services&lt;/STRONG&gt;&lt;/FONT&gt;" live connection to another dataset in the same workload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 05:31:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4031688#M54045</guid>
      <dc:creator>sjt90</dc:creator>
      <dc:date>2024-07-09T05:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Troubles with Dataset ExecuteQueries In Group PowerBI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4032378#M54052</link>
      <description>&lt;P&gt;Did you give build access through the app or through the workspace? App set to auto install?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 10:34:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4032378#M54052</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-09T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Troubles with Dataset ExecuteQueries In Group PowerBI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4032460#M54056</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Issue confirmed&lt;/STRONG&gt;! Analysis Services connections are causing the API to fail. These connections are basically created to connect to other datasets in the same premium workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 11:35:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Troubles-with-Dataset-ExecuteQueries-In-Group-PowerBI-API/m-p/4032460#M54056</guid>
      <dc:creator>sjt90</dc:creator>
      <dc:date>2024-07-09T11:35:38Z</dc:date>
    </item>
  </channel>
</rss>

