<?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: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5001234#M64477</link>
    <description>&lt;P&gt;screen shot from the Entra App API privs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2026 11:00:14 GMT</pubDate>
    <dc:creator>scott_dunk</dc:creator>
    <dc:date>2026-02-09T11:00:14Z</dc:date>
    <item>
      <title>PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5001228#M64476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to setup some admin reports using the PowerBI API's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can connect to the data using my own cut and past token and now need to setup dynamic&amp;nbsp; token being pased to API call.&amp;nbsp; Steps I have completed:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created Entra App - enabled for workspace read&lt;/LI&gt;&lt;LI&gt;Confirmed features in PBI Service portal are enabled to allow SPN to use API's&lt;/LI&gt;&lt;LI&gt;confirmed in postman that it returns token using client id, secret, scope&lt;/LI&gt;&lt;LI&gt;Create function in PBI Desktop that returns the token&lt;/LI&gt;&lt;LI&gt;Tested PowerBI connection using my own token, works fine&lt;/LI&gt;&lt;LI&gt;Tested PowerBi using generated token from ENtra App and I get the Access is Forbidden Error&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help as I have been going round in circles for 2 days &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 10:56:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5001228#M64476</guid>
      <dc:creator>scott_dunk</dc:creator>
      <dc:date>2026-02-09T10:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5001234#M64477</link>
      <description>&lt;P&gt;screen shot from the Entra App API privs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 11:00:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5001234#M64477</guid>
      <dc:creator>scott_dunk</dc:creator>
      <dc:date>2026-02-09T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5004081#M64490</link>
      <description>&lt;P&gt;From what you described, the &lt;STRONG&gt;“Expression.Error: Access to the resource is forbidden”&lt;/STRONG&gt; is most likely not an authentication issue, but an &lt;STRONG&gt;authorization / permission scope issue&lt;/STRONG&gt; between the Service Principal token and the Power BI resource.&lt;/P&gt;&lt;P&gt;In Power BI API scenarios, successfully generating an OAuth token does &lt;STRONG&gt;not automatically mean the token is authorized&lt;/STRONG&gt; to access Power BI resources. If a manual user token works but the Entra App token returns &lt;EM&gt;Forbidden&lt;/EM&gt;, this usually indicates missing permissions, missing admin consent, or missing workspace-level access for the Service Principal.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Recommended Best Practice Checklist&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_1:"&gt;1️⃣&lt;/span&gt; Use Application Permissions (Not Delegated)&lt;/STRONG&gt;&lt;BR /&gt;For Service Principal based automation, make sure the Entra App uses &lt;STRONG&gt;Application permissions&lt;/STRONG&gt; under Power BI Service API.&lt;/P&gt;&lt;P&gt;Typical required permissions depend on the scenario, but commonly include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Tenant.Read.All&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Capacity.Read.All&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Workspace.Read.All&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Dataset.Read.All&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_2:"&gt;2️⃣&lt;/span&gt; Grant Admin Consent&lt;/STRONG&gt;&lt;BR /&gt;Even if permissions are added, they must be tenant-approved:&lt;BR /&gt;Azure Portal → Entra App → API Permissions →&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; &lt;STRONG&gt;Grant Admin Consent&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Without this, the token can be generated but Power BI will reject resource access.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_3:"&gt;3️⃣&lt;/span&gt; Validate Power BI Tenant Settings&lt;/STRONG&gt;&lt;BR /&gt;Power BI Admin Portal → Tenant Settings:&lt;/P&gt;&lt;P&gt;Ensure enabled:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Allow service principals to use Power BI APIs&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Allow service principals to create workspaces (optional but recommended for automation scenarios)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_4:"&gt;4️⃣&lt;/span&gt; Add Service Principal to Workspace&lt;/STRONG&gt;&lt;BR /&gt;This is one of the most common root causes.&lt;/P&gt;&lt;P&gt;Even if tenant settings and permissions are correct, the SPN must be explicitly added to the workspace:&lt;/P&gt;&lt;P&gt;Power BI Service → Workspace → Access →&lt;BR /&gt;Add Service Principal → Member / Admin (based on need)&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_5:"&gt;5️⃣&lt;/span&gt; Validate OAuth Scope&lt;/STRONG&gt;&lt;BR /&gt;Recommended scope when requesting tokens:&lt;/P&gt;&lt;P&gt;&lt;A href="https://analysis.windows.net/powerbi/api/.default" target="_blank" rel="noopener"&gt;https://analysis.windows.net/powerbi/api/.default&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using Graph or other scopes will result in valid tokens but no Power BI access.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_6:"&gt;6️⃣&lt;/span&gt; Decode and Validate Token Claims&lt;/STRONG&gt;&lt;BR /&gt;Use &lt;A href="https://jwt.ms/" target="_blank" rel="noopener"&gt;https://jwt.ms&lt;/A&gt; to validate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;audience (aud) → should be Power BI API&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;roles → should include Power BI roles&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;scp → if delegated is mistakenly used&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;🧠 Architecture Best Practice (Production)&lt;/H3&gt;&lt;P&gt;For enterprise automation scenarios:&lt;/P&gt;&lt;P&gt;✔ Use Service Principal + Application Permissions&lt;BR /&gt;✔ Manage workspace access via security group (recommended for scalability)&lt;BR /&gt;✔ Store secrets in Azure Key Vault&lt;BR /&gt;✔ Use .default scope with client credential flow&lt;BR /&gt;✔ Implement token caching to reduce auth overhead&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":books:"&gt;📚&lt;/span&gt; Microsoft Reference Documentation&lt;/H3&gt;&lt;P&gt;Power BI + Service Principal Authentication&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/power-bi/developer/embedded/embed-service-principal" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/power-bi/developer/embedded/embed-service-principal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Power BI REST API Authentication&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/power-bi/developer/embedded/embed-tokens" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/power-bi/developer/embedded/embed-tokens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Enable Service Principal Access in Power BI&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/power-bi/admin/service-admin-portal-developer" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/power-bi/admin/service-admin-portal-developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;OAuth 2.0 Client Credentials Flow (Microsoft Identity Platform)&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":star:"&gt;⭐&lt;/span&gt; Summary&lt;/H3&gt;&lt;P&gt;If manual tokens work but Service Principal tokens return Forbidden, the issue is almost always one of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Missing Application Permission&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Missing Admin Consent&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Service Principal not added to workspace&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Incorrect OAuth scope&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;If you can share:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Token scope&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Permission type (Delegated vs Application)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Whether SPN is added to workspace&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;it would be easier to pinpoint the exact root cause.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 13:22:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5004081#M64490</guid>
      <dc:creator>bariscihan</dc:creator>
      <dc:date>2026-02-10T13:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5004267#M64492</link>
      <description>&lt;P&gt;I think there are a number of things in that list for me to go through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scope is correct though&lt;/P&gt;&lt;P&gt;Access I have as delegated&amp;nbsp;&lt;/P&gt;&lt;P&gt;and no SPN is not adde dto Workspace as this is admin API and I want to list all workspaces&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 15:49:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5004267#M64492</guid>
      <dc:creator>scott_dunk</dc:creator>
      <dc:date>2026-02-10T15:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5004436#M64493</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;Thanks for the clarification — that helps narrow things down a lot.&lt;/P&gt;&lt;P&gt;If you are using &lt;STRONG&gt;Delegated permissions&lt;/STRONG&gt; and targeting &lt;STRONG&gt;Admin APIs (like GetGroupsAsAdmin / tenant-level listing)&lt;/STRONG&gt;, then you are correct that the Service Principal does not need to be added to individual workspaces. That requirement is mainly for workspace-scoped APIs.&lt;/P&gt;&lt;P&gt;However, in Admin API scenarios, there are a couple of important nuances that often cause the &lt;EM&gt;Forbidden&lt;/EM&gt; result even when the token generation itself works.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;Key Things to Validate for Admin APIs&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_1:"&gt;1️⃣&lt;/span&gt; Delegated Token Must Belong to a Power BI Admin (or equivalent role)&lt;/STRONG&gt;&lt;BR /&gt;If you are using delegated auth, the signed-in identity behind the token must be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Power BI Service Admin&lt;BR /&gt;OR&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Global Admin (or Fabric equivalent depending on tenant config)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If the token is valid but the user is not admin-level → Admin APIs will return &lt;EM&gt;Forbidden&lt;/EM&gt;.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_2:"&gt;2️⃣&lt;/span&gt; Admin APIs May Require Explicit Enablement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Power BI Admin Portal → Tenant Settings → Developer Settings&lt;/P&gt;&lt;P&gt;Look for settings like:&lt;/P&gt;&lt;P&gt;✔ Allow service principals to use Power BI APIs&lt;BR /&gt;✔ Allow service principals to use read-only admin APIs (if enabled in your tenant)&lt;/P&gt;&lt;P&gt;Some tenants separate standard API vs Admin API SPN access.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_3:"&gt;3️⃣&lt;/span&gt; Delegated vs Application — Important Design Note&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;Admin reporting automation&lt;/STRONG&gt;, Microsoft generally recommends:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; Application Permissions + Client Credential Flow&lt;BR /&gt;Instead of Delegated&lt;/P&gt;&lt;P&gt;Because delegated flows can fail if:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;User context changes&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;MFA / conditional access kicks in&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Admin privilege not present in token claims&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":keycap_4:"&gt;4️⃣&lt;/span&gt; Token Claim Validation (Very Useful Here)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you decode the failing token in jwt.ms, check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;roles → present if Application permissions&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;scp → present if Delegated&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;aud → must be Power BI API&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;upn / oid → should map to an admin identity (delegated case)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If this is delegated + Admin API → most common root cause is:&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; Token user is not Power BI Admin&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; Or Admin API SPN usage is not enabled tenant-side&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;Based on What You Said — Most Likely Scenarios&lt;/H3&gt;&lt;P&gt;Since:&lt;BR /&gt;✔ Scope correct&lt;BR /&gt;✔ Token generates fine&lt;BR /&gt;✔ Manual token works&lt;BR /&gt;✔ You are calling Admin APIs&lt;BR /&gt;✔ SPN not in workspace (which is fine here)&lt;/P&gt;&lt;P&gt;The top 2 likely causes are:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":star:"&gt;⭐&lt;/span&gt; Delegated token user not Power BI Admin&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":star:"&gt;⭐&lt;/span&gt; Tenant Admin API permissions for SPN / automation not fully enabled&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;If you’re open to sharing, these would help pinpoint quickly:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Which exact Admin endpoint are you calling?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are you testing delegated token under a Power BI Service Admin user?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are you planning long-term automation (no user context)? → If yes, Application permissions is usually safer.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps — you are very close.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 18:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5004436#M64493</guid>
      <dc:creator>bariscihan</dc:creator>
      <dc:date>2026-02-10T18:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5008267#M64507</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="261138" data-lia-user-login="scott_dunk" class="lia-mention lia-mention-user"&gt;scott_dunk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 13:05:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5008267#M64507</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-02-12T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI dynamic OAUTH token using Entra App - Expression.Error: Access to the resource is forbidden.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5040218#M64531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="261138" data-lia-user-login="scott_dunk" class="lia-mention lia-mention-user"&gt;scott_dunk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Following up to confirm if the earlier responses addressed your query. If not, please share your questions and we’ll assist further.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 12:38:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-dynamic-OAUTH-token-using-Entra-App-Expression-Error/m-p/5040218#M64531</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-02-16T12:38:06Z</dc:date>
    </item>
  </channel>
</rss>

