<?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: Unable to Connect to Analysis Services from Power BI Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5039966#M42969</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="496303" data-lia-user-login="mrusu" class="lia-mention lia-mention-user"&gt;mrusu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you’re already using a Windows domain account for the Power BI Report Server service, this likely isn’t related to the earlier SQL login issue. Because the issue started after upgrading to Power BI Report Server 2026 and didn’t happen with previous versions, it’s probably due to changes in authentication flow, Kerberos delegation, or stricter security. Even if the test connection to the data source works, reports use the PBIRS service account’s context, so make sure this account has explicit permissions in SQL Server Analysis Services (SSAS). In SQL Server Management Studio, connect to SSAS, check the relevant database, and confirm the PBIRS service account is added to a role with at least Read access, and check server-level permissions if needed.&lt;/P&gt;
&lt;P&gt;If SSAS is on another server, this might be a Kerberos double-hop issue, which recent PBIRS versions may enforce more strictly. Review the PBIRS and SSAS logs for errors like “NT AUTHORITY\ANONYMOUS LOGON” or login failures, which indicate delegation problems. If so, check that SPNs are registered and constrained delegation is set up correctly. You can also try switching the data source to use Stored Credentials (Windows authentication) temporarily; if the report works, it points to an impersonation or delegation issue. Finally, ensure you’re using the fully qualified domain name in the SSAS connection string and check for any new TLS or encryption restrictions after the upgrade.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;BR /&gt;Community Member.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Feb 2026 11:26:13 GMT</pubDate>
    <dc:creator>v-sgandrathi</dc:creator>
    <dc:date>2026-02-16T11:26:13Z</dc:date>
    <item>
      <title>Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/4998326#M42914</link>
      <description>&lt;DIV&gt;We are experiencing connectivity issues when rendering Power BI reports on Power BI Report Server.&lt;/DIV&gt;&lt;DIV&gt;The error message is:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;An unexpected error occurred. Please try again later. We couldn't connect to the Analysis Services server. Make sure you've entered the connection string correctly. Request ID: c78740a0-9cfa-7373-20b3-2fa3ed8f534c Time: Thu Feb 05 2026 09:29:33 GMT-0800 (Pacific Standard Time) Service version: /powerbi/libs&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;Environment Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Power BI Report Server Version: 2026&lt;/LI&gt;&lt;LI&gt;SQL Server Analysis Services Version: 2021&lt;/LI&gt;&lt;LI&gt;Authentication Method: [Windows Authentication / Stored Credentials]&lt;/LI&gt;&lt;LI&gt;Connection String: ep-SQLA01&lt;/LI&gt;&lt;LI&gt;Report Server Service Account : sa&lt;/LI&gt;&lt;LI&gt;Data Source Test Connection: Successful&lt;/LI&gt;&lt;LI&gt;Error occurs when rendering report in Web Portal.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Steps Taken:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Verified connection string.&lt;/LI&gt;&lt;LI&gt;Tested credentials in Data Source settings (successful).&lt;/LI&gt;&lt;LI&gt;Restarted Report Server service.&lt;/LI&gt;&lt;LI&gt;Checked firewall and network connectivity.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Log File Location:&lt;/STRONG&gt; C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles&lt;/P&gt;&lt;P&gt;Please advise on resolving SSAS connectivity issues.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Feb 2026 17:45:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/4998326#M42914</guid>
      <dc:creator>mariawrightnoor</dc:creator>
      <dc:date>2026-02-05T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/4998917#M42919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1435597" data-lia-user-login="mariawrightnoor" class="lia-mention lia-mention-user"&gt;mariawrightnoor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main reason for this issue is that the Power BI Report Server service account is set as sa, which is a SQL login, not a Windows account. Power BI Report Server needs a Windows (preferably domain) account to securely connect to SQL Server Analysis Services (SSAS). The Test Connection option works because it checks basic connectivity, but the report fails to render in the web portal since SSAS does not support SQL authentication or SQL logins like sa for user impersonation and execution context.&lt;/P&gt;
&lt;P&gt;To fix this, update the Power BI Report Server service account to a Windows domain account (e.g., DOMAIN\PBIRS_Service) and restart the service. This allows the report to use a valid Windows security context when connecting to SSAS.&lt;/P&gt;
&lt;P&gt;Also, make sure the PBIRS service account has explicit permissions in SSAS. In SQL Server Management Studio, connect to Analysis Services, go to the relevant database, and add the PBIRS service account to an SSAS role with at least Read access. This step is important because SSAS does not grant permissions automatically, even if the connection test passes.&lt;/P&gt;
&lt;P&gt;If SSAS is on a different server and Windows Authentication is used, the problem could be due to a Kerberos double-hop limitation. In this case, set up Kerberos delegation with a domain service account or configure the data source to use Stored Credentials (Windows authentication) to avoid impersonation issues.&lt;/P&gt;
&lt;P&gt;Check the Power BI Report Server logs at C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles and the SSAS logs for errors like “Login failed,” “NT AUTHORITY\ANONYMOUS LOGON,” or impersonation failures. These errors indicate authentication and service account configuration problems, not network or firewall issues.&lt;/P&gt;
&lt;P&gt;In short, switch the sa account to a valid Windows domain service account, grant it access in SSAS, and restart both services to resolve the SSAS connectivity error when rendering reports in the Power BI Report Server web portal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thankyou.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 08:52:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/4998917#M42919</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2026-02-06T08:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5000821#M42929</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1435597" data-lia-user-login="mariawrightnoor" class="lia-mention lia-mention-user"&gt;mariawrightnoor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we haven't heard back from you regarding our last response and wanted to check if your issue has been resolved.&lt;/P&gt;
&lt;P&gt;Should you have any further questions, feel free to reach out.&lt;BR /&gt;Thank you for being a part of the Microsoft Fabric Community Forum!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 05:04:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5000821#M42929</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2026-02-09T05:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5006557#M42948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1435597" data-lia-user-login="mariawrightnoor" class="lia-mention lia-mention-user"&gt;mariawrightnoor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I wanted to follow up on our previous suggestions regarding the issue. We would love to hear back from you to ensure we can assist you further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 05:59:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5006557#M42948</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2026-02-12T05:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5011459#M42952</link>
      <description>&lt;P&gt;Experiencing exactly the same issue, it never happened with previous RS versions.&amp;nbsp;&lt;SPAN&gt;Power BI Report Server service account is set as a Windows domain account.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 20:17:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5011459#M42952</guid>
      <dc:creator>mrusu</dc:creator>
      <dc:date>2026-02-12T20:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5039966#M42969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="496303" data-lia-user-login="mrusu" class="lia-mention lia-mention-user"&gt;mrusu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you’re already using a Windows domain account for the Power BI Report Server service, this likely isn’t related to the earlier SQL login issue. Because the issue started after upgrading to Power BI Report Server 2026 and didn’t happen with previous versions, it’s probably due to changes in authentication flow, Kerberos delegation, or stricter security. Even if the test connection to the data source works, reports use the PBIRS service account’s context, so make sure this account has explicit permissions in SQL Server Analysis Services (SSAS). In SQL Server Management Studio, connect to SSAS, check the relevant database, and confirm the PBIRS service account is added to a role with at least Read access, and check server-level permissions if needed.&lt;/P&gt;
&lt;P&gt;If SSAS is on another server, this might be a Kerberos double-hop issue, which recent PBIRS versions may enforce more strictly. Review the PBIRS and SSAS logs for errors like “NT AUTHORITY\ANONYMOUS LOGON” or login failures, which indicate delegation problems. If so, check that SPNs are registered and constrained delegation is set up correctly. You can also try switching the data source to use Stored Credentials (Windows authentication) temporarily; if the report works, it points to an impersonation or delegation issue. Finally, ensure you’re using the fully qualified domain name in the SSAS connection string and check for any new TLS or encryption restrictions after the upgrade.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;BR /&gt;Community Member.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 11:26:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5039966#M42969</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2026-02-16T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5043435#M42973</link>
      <description>&lt;P&gt;Check this for January 2026 version.&amp;nbsp;&lt;SPAN&gt;If you look at the contents of the "C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles\" directory, it's overflowing with large files "Msmdsrv.SQLDmpr.*.log", "Msmdsrv.SQLDmpr.*.mdmp" and "SQLDUMPER_ERRORLOG.log". After a while, the disk space may run out. If your disk space run out then AS Engine will be unable to get resources to load models. If you have this situation then clean LogFiles folder from Dmpr files and AS Engine will be working again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 13:29:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5043435#M42973</guid>
      <dc:creator>Andrikano</dc:creator>
      <dc:date>2026-02-17T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5043959#M42974</link>
      <description>&lt;P&gt;Thank you Andrikano, just noticed space on disk became very low, indeed !&lt;/P&gt;&lt;P&gt;Is it safe just to delete everything in&amp;nbsp;&lt;SPAN&gt;"C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles\" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 15:05:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5043959#M42974</guid>
      <dc:creator>mrusu</dc:creator>
      <dc:date>2026-02-17T15:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5044054#M42975</link>
      <description>&lt;P&gt;Yes, it's absolutely safe. You can't delete files in use, about other files you should decide by yourself if you want to store them. In my opinion you should delete all files:&amp;nbsp;&lt;SPAN&gt;"Msmdsrv.SQLDmpr.*.log", "Msmdsrv.SQLDmpr.*.mdmp" and "SQLDUMPER_ERRORLOG.log" - it can be automated using script to prevent overflow in the future (until this bug will be resolved in update).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 15:20:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5044054#M42975</guid>
      <dc:creator>Andrikano</dc:creator>
      <dc:date>2026-02-17T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Connect to Analysis Services from Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5044422#M42976</link>
      <description>&lt;P&gt;Thank you Andrikano, for your help, how can I mark this as 'solution'?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 16:22:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-Connect-to-Analysis-Services-from-Power-BI-Report/m-p/5044422#M42976</guid>
      <dc:creator>mrusu</dc:creator>
      <dc:date>2026-02-17T16:22:39Z</dc:date>
    </item>
  </channel>
</rss>

