<?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 dataset refresh: use service principal to refresh Snowflake data with access token in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3560741#M45562</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/119816"&gt;@naelske_cronos&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to set the service principal as the owner of the dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 10:31:40 GMT</pubDate>
    <dc:creator>tackytechtom</dc:creator>
    <dc:date>2023-11-30T10:31:40Z</dc:date>
    <item>
      <title>Power BI dataset refresh: use service principal to refresh Snowflake data with access token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3559151#M45541</link>
      <description>&lt;P&gt;I'm trying to refresh a Power BI dataset that has a Snowflake server as datasource, this with the Power BI REST API's via PowerShell and the Power BI modules:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_0-1701269193699.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1004046i5C1D8E1388EA3FB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_0-1701269193699.png" alt="naelske_cronos_0-1701269193699.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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running my PowerShell code I got the following error:&lt;/P&gt;&lt;PRE&gt;{"error":{"code":"DM_GWPipeline_Gateway_InvalidConnectionCredentials","pbi.error":{"code":"DM_GWPipeline_Gateway_InvalidConnectionCredentials","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"The credentials provided for the Snowflake source are invalid. (Source at bla.west-europe.azure.snowflakecomputing.com;COMPUTE_WH.)"}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.CredentialError.DataSourceKind","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"Snowflake"}},{"code":"Microsoft.Data.Mashup.CredentialError.DataSourceOriginKind","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"Snowflake"}},{"code":"Microsoft.Data.Mashup.CredentialError.DataSourceOriginPath","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"bla.west-europe.azure.snowflakecomputing.com;COMPUTE_WH"}},{"code":"Microsoft.Data.Mashup.CredentialError.DataSourcePath","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"bla.west-europe.azure.snowflakecomputing.com;COMPUTE_WH"}},{"code":"Microsoft.Data.Mashup.CredentialError.Reason","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"AccessUnauthorized"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.DataSources","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"[{\"kind\":\"Snowflake\",\"path\":\"bla.west&lt;SPAN class=""&gt;-&lt;/SPAN&gt;europe.azure.snowflakecomputing.com;COMPUTE_WH\"}]"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.Reason","detail":{"type":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;,"value":"AccessUnauthorized"}}],"exceptionCulprit":&lt;SPAN class=""&gt;1&lt;/SPAN&gt;}}}&lt;/PRE&gt;&lt;P&gt;I already managed to do the same thing with an Azure SQL server&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this by using the following code in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PowerShell&lt;/STRONG&gt;:&lt;/P&gt;&lt;PRE&gt;(&lt;SPAN class=""&gt;Get&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;AzAccessToken &lt;SPAN class=""&gt;-&lt;/SPAN&gt;ResourceUrl "https://database.windows.net").Token&lt;/PRE&gt;&lt;P&gt;Because my service principal has been added to the server and has db_reader/db_writer roles, it worked.&lt;/P&gt;&lt;P&gt;I tried to do the same thing with Snowflake so I made sure that:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;it is possible to request an access token from Azure to Snowflake&lt;/LI&gt;&lt;LI&gt;SSO is set up in Power BI for Snowflake&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I tested everything by reading from/writing to a table in Snowflake connecting with my service principal in Python and it worked and even in Postman I receive an access token and this one passed with the following code in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Snowflake&lt;/STRONG&gt;:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;SYSTEM&lt;/SPAN&gt;$VERIFY_EXTERNAL_OAUTH_TOKEN( &lt;SPAN class=""&gt;'&amp;lt;access_token&amp;gt;'&lt;/SPAN&gt; )&lt;/PRE&gt;&lt;P&gt;Everything has been set up in Snowflake and Azure and I tried to update my credentials with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PowerShell&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and Power BI like in the following code:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Connect&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;PowerBIServiceAccount &lt;SPAN class=""&gt;-&lt;/SPAN&gt;ServicePrincipal &lt;SPAN class=""&gt;-&lt;/SPAN&gt;Credential $Credential &lt;SPAN class=""&gt;-&lt;/SPAN&gt;Tenant $Tenant_ID &lt;SPAN class=""&gt;|&lt;/SPAN&gt; &lt;SPAN class=""&gt;Out&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;Null&lt;/SPAN&gt;

$AccessToken &lt;SPAN class=""&gt;=&lt;/SPAN&gt; (&lt;SPAN class=""&gt;Get&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;AzAccessToken &lt;SPAN class=""&gt;-&lt;/SPAN&gt;ResourceUrl "api://8760a.../76cee...").Token
$AccessToken

$GroupID &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;'60f50...'&lt;/SPAN&gt;
$DatasetID &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;'6a989...'&lt;/SPAN&gt;
$DatasourceID &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;'d5dcf...'&lt;/SPAN&gt;
$GatewayID &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;'ae770...'&lt;/SPAN&gt;
$DatasourceURL &lt;SPAN class=""&gt;=&lt;/SPAN&gt; "/gateways/" &lt;SPAN class=""&gt;+&lt;/SPAN&gt; $GatewayID &lt;SPAN class=""&gt;+&lt;/SPAN&gt; "/datasources/" &lt;SPAN class=""&gt;+&lt;/SPAN&gt; $DatasourceID

$Body &lt;SPAN class=""&gt;=&lt;/SPAN&gt; @"
    {
        "credentialDetails": {
            "credentialType": "OAuth2",
            "credentials": "{\"credentialData\":[{\"name\":\"accessToken\", \"value\":\"$($AccessToken)\"}]}",
            "encryptedConnection": "Encrypted",
            "encryptionAlgorithm": "&lt;SPAN class=""&gt;None&lt;/SPAN&gt;",
            "privacyLevel": "Organizational",
            "useEndUserOAuth2Credentials": "&lt;SPAN class=""&gt;True&lt;/SPAN&gt;"
        }
    }
"@

$GetAPIResult &lt;SPAN class=""&gt;=&lt;/SPAN&gt; Invoke&lt;SPAN class=""&gt;-&lt;/SPAN&gt;API &lt;SPAN class=""&gt;-&lt;/SPAN&gt;URL $DatasourceURL &lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;Method&lt;/SPAN&gt; &lt;SPAN class=""&gt;'Patch'&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt;Body $Body &lt;SPAN class=""&gt;-&lt;/SPAN&gt;ContentType &lt;SPAN class=""&gt;'application/json'&lt;/SPAN&gt;
Write&lt;SPAN class=""&gt;-&lt;/SPAN&gt;Output "The credentials for the datasource $DatasourceID have been updated successfully"&lt;/PRE&gt;&lt;P&gt;When I also run the following code in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Snowflake&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;after trying to update my credentials, I see that my service principal has logged in successfully to Snowflake:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; &lt;SPAN class=""&gt;*&lt;/SPAN&gt;
&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;table&lt;/SPAN&gt;(information_schema.login_history(TIME_RANGE_START &lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;gt;&lt;/SPAN&gt; dateadd(&lt;SPAN class=""&gt;'hours'&lt;/SPAN&gt;,&lt;SPAN class=""&gt;-1&lt;/SPAN&gt;,&lt;SPAN class=""&gt;current_timestamp&lt;/SPAN&gt;()),&lt;SPAN class=""&gt;current_timestamp&lt;/SPAN&gt;()))
&lt;SPAN class=""&gt;order&lt;/SPAN&gt; &lt;SPAN class=""&gt;by&lt;/SPAN&gt; event_timestamp;&lt;/PRE&gt;&lt;P&gt;By checking some things out, my concern is that in Snowflake it seems that to authenticate, a combination of a user and access token is needed. I even needed to do that with Python so I'm afraid that's also the case for Power BI? As I'm only passing an access token without the paired Snowflake user, that's maybe why I received the error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone that could help me with the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:47:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3559151#M45541</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-11-29T14:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI dataset refresh: use service principal to refresh Snowflake data with access token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3560741#M45562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/119816"&gt;@naelske_cronos&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to set the service principal as the owner of the dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 10:31:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3560741#M45562</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2023-11-30T10:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI dataset refresh: use service principal to refresh Snowflake data with access token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3560962#M45564</link>
      <description>&lt;P&gt;Hello&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;This is something that I do before changing the metadata in my datasets, so yes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1004602i9EBFB6C80C18AF66/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The thing is that I don't know if the problem is on the side of Power BI or Snowflake. Like in my intitial post, I told that my access token gives me access to the tables in my Python script and it seems that to authenticate I also need a user which is binded to that access token.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;snowflake_engine = create_engine(
    URL(
        authenticator="oauth",
        user = 'bla',
        token = 'bla',
        account = 'bla',
        warehouse = 'COMPUTE_WH',
        database = 'MYTESTDB',
        schema = 'PUBLIC',
        role = 'ANALYST'
    )
)&lt;/LI-CODE&gt;&lt;P&gt;In Power BI it does not work, so I'm afraid that I also need like some kind of user along with my access token but I don't think that is possible. I cannot find any information or experiences by other people on the internet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 12:23:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3560962#M45564</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-11-30T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI dataset refresh: use service principal to refresh Snowflake data with access token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3561231#M45568</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/119816"&gt;@naelske_cronos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is actually an interesting one! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Do you fetch the access token with via same service principal that is also the owner of the semantic model?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 14:31:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3561231#M45568</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2023-11-30T14:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI dataset refresh: use service principal to refresh Snowflake data with access token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3562611#M45575</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, my service principal:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;has the correct permissions in the Azure Portal to call the Snowflake client:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1005001i938C9B5450C41419/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Is part of a security group that which is possible to use the Power BI REST API's&lt;/LI&gt;&lt;LI&gt;Is member of the workspace where the dataset resides in&lt;/LI&gt;&lt;LI&gt;Is owner of the dataset of which I want to change the credentials&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In my script I'm working with my service principal to publish the report, making it as owner, updating the credentials and further on. I managed to put basic authentication with the service principal so it has the correct priviliges on Power BI side&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1005004i402E5499C479D3D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even on Snowflake side it should be correct because I see in my logs that the service principal which is bounded to a user in Snowflake has connected:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1005011i76C5E754694CBC40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.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;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 07:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3562611#M45575</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-12-01T07:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI dataset refresh: use service principal to refresh Snowflake data with access token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3562627#M45576</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, I'm trying to do the same workflow as with an Azure SQL server. In Snowflake it goes like this when you implement SSO in Power BI for Snowflake (&lt;A href="https://docs.snowflake.com/en/user-guide/oauth-powerbi" target="_blank"&gt;https://docs.snowflake.com/en/user-guide/oauth-powerbi&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_0-1701417954253.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1005018i867FE7CE5DAF0480/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_0-1701417954253.png" alt="naelske_cronos_0-1701417954253.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Via the UI it works perfectly but I'm trying to do the same programmatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 08:06:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-dataset-refresh-use-service-principal-to-refresh/m-p/3562627#M45576</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-12-01T08:06:54Z</dc:date>
    </item>
  </channel>
</rss>

