<?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: User not able to freely access PowerBI reports via Power BI Web Portal in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2331330#M22867</link>
    <description>&lt;P&gt;That post does not help as we are using impersonation and according to the report you linked and guy in a cube, we are bypassing kerberos by using impersonation and having set credentails in the power bi report authentication piece. What we have discovered is there are multiple users having this issue and ALL of them have had their name changed at one point or another in AD. So users that have not had any alterations to their username or email are not having this issue, while users that have had a name change are. Again, this is only an issue on PBIRS trying to connect to SSAS on a different server. If they use Power BI desktop it works every time.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 15:58:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-10T15:58:14Z</dc:date>
    <item>
      <title>User not able to freely access PowerBI reports via Power BI Web Portal</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2294329#M22575</link>
      <description>&lt;P&gt;I am a MSSQL DBA and trying to help my applications team figure out an issue that has all of us scratching our heads. Our PowerBI server connects to SSAS on a different server using impersonation of a service account that has admin access to the SSAS server.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;One user out of dozens, is having issues using the power bi web portal to access reports. When he tries to open a report, sometimes it works and sometimes it gives us an error that says it cannot connect to the SSAS server and to make sure the data string is correct. No other user has this issue. When they click on the report, they always load. If he uses PowerBI desktop, it works everytime. We've added users to the group accounts before and after adding him. They have no issues. It's only the web portal and it's always the same error message. Things we've checked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proper Connection String - Despite everyone else able to pull reports, double checked all the strings.&lt;BR /&gt;User in appropriate OU - Triple checked this.&lt;/P&gt;&lt;P&gt;User in required User Groups - Quadruple checked this.&lt;/P&gt;&lt;P&gt;Valid Credentials - Changed his password multiple times.&lt;/P&gt;&lt;P&gt;IT User his credentials - Making sure it wasn't an user issue.&lt;/P&gt;&lt;P&gt;Tried on Chrome and Edge - All the same result.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 21:57:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2294329#M22575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-20T21:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: User not able to freely access PowerBI reports via Power BI Web Portal</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2294382#M22576</link>
      <description>&lt;P&gt;I would suggest checking the Power BI Report Server log file (usually stored at&amp;nbsp;C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles ) you may find a more detailed exception message in there that might give you a hint as to what the real issue is as it does not sound like an actual connection issue based on your description.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 22:35:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2294382#M22576</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-01-20T22:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: User not able to freely access PowerBI reports via Power BI Web Portal</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2296190#M22590</link>
      <description>&lt;P&gt;2022-01-21 06:42:53.7473|INFO|119|Sending response. Response code “USER OMITTED” 200, Elapsed time 0:00:00.0480247| RequestID = 4042bba2-f932-0537-6c78-2199b74f6a39 ClientSessionID = e6c30e9d-7c47-cf7b-c9ea-1e4b6d675ca9&lt;/P&gt;&lt;P&gt;2022-01-21 06:42:53.8410|INFO|73|Received request POST /api/explore/reports/8d8583ab-4e62-4d2a-a811-1901172ba42f/conceptualschema| RequestID = a9dfb430-75c5-ebdd-ef69-ba65d6da228b ClientSessionID = e6c30e9d-7c47-cf7b-c9ea-1e4b6d675ca9&lt;/P&gt;&lt;P&gt;2022-01-21 06:42:53.9972|ERROR|21|PBI.Win.DataExtensionException|ExceptionType:Microsoft.PowerBI.DataExtension.Contracts.DataExtensionException;DataExtensionErrorDetails:Details: &lt;STRONG&gt;Message=Failed to open the MSOLAP connection., HResult=0x80004005, ErrorCode=OpenConnectionError, Language=en-US, ProviderErrorCode=0xC1010000, &lt;/STRONG&gt;ProviderErrorMessage=[4EA9B82EF0AA1BA12A99A56DAA967CD27B41F08CF90135B6035803ADE20E8A1D], ProviderGenericMessage=[The following system error occurred: ], ErrorSource=PowerBI, ErrorSourceOrigin=MsolapWrapper, OnPremErrorCode=, InnerErrorDetails=[Type=MsolapWrapper.MsolapWrapperException, Message=Could not initialize connection];stackTrace:&amp;nbsp;&amp;nbsp; at Microsoft.PowerBI.DataExtension.Msolap.Connection.OpenImpl()&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 19:23:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2296190#M22590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-21T19:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: User not able to freely access PowerBI reports via Power BI Web Portal</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2306944#M22692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check if this post could help you:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/Power-BI-RS-error-connection-on-SSAS-with-windows/m-p/854379" target="_blank"&gt;Solved: Power BI RS: error connection on SSAS with windows... - Microsoft Power BI Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 06:46:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2306944#M22692</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2022-01-28T06:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: User not able to freely access PowerBI reports via Power BI Web Portal</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2331330#M22867</link>
      <description>&lt;P&gt;That post does not help as we are using impersonation and according to the report you linked and guy in a cube, we are bypassing kerberos by using impersonation and having set credentails in the power bi report authentication piece. What we have discovered is there are multiple users having this issue and ALL of them have had their name changed at one point or another in AD. So users that have not had any alterations to their username or email are not having this issue, while users that have had a name change are. Again, this is only an issue on PBIRS trying to connect to SSAS on a different server. If they use Power BI desktop it works every time.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 15:58:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2331330#M22867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-10T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: User not able to freely access PowerBI reports via Power BI Web Portal</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2335489#M22893</link>
      <description>&lt;P&gt;You might need to raise an official support ticket with Microsoft on this. We have over 2000 active users on our PBIRS servers and I have not seen an issue like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although we do most of our permissions assignments via AD groups. We add a group to the folder permissions in PBIRS and add the same group to a role in the SSAS model. Then we add users to the groups and they get access to both resources.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 23:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/User-not-able-to-freely-access-PowerBI-reports-via-Power-BI-Web/m-p/2335489#M22893</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-02-13T23:11:29Z</dc:date>
    </item>
  </channel>
</rss>

