<?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: Users unable to create subscriptions in Power BI Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4557827#M39798</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679848" data-lia-user-login="DKHUghes55" class="lia-mention lia-mention-user"&gt;DKHUghes55&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The user needs to verify the permission inheritance status of the folder, go to the security settings of the problem folder, and check whether there is a "Break inheritance" prompt. If so, click "Revert to parent security" to restore the inheritance. At the same time, you need to compare the permission items of the two folders to ensure that the user group has the following permissions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Browse (required)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create subscriptions(required)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manage individual subscriptions (optional, only control delete permissions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is also possible that the AD group membership permissions are not fully synchronized, you can force the AD group permissions to be synchronized by force-refreshing the AD group membership via PowerShell:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Get-ADGroupMember "Your_AD_Group" | ForEach-Object {
Invoke-PBIReportServerCacheRefresh -User $_. SamAccountName
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can learn more from the following links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/security/roles-and-permissions-reporting-services?view=sql-server-ver16" target="_blank"&gt;Roles and permissions in Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/security/granting-permissions-on-a-native-mode-report-server?view=sql-server-ver16" target="_blank"&gt;Grant permissions on a native mode report server - SQL Server Reporting Services (SSRS) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Creating-and-or-customising-user-roles-on-Power-BI-report-server/m-p/481836" target="_blank"&gt;Solved: Creating and or customising user roles on Power BI... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 6.0pt 0cm 0cm 0cm;"&gt;&lt;SPAN&gt;&lt;A title="https://community.powerbi.com/t5/community-blog/how-to-get-your-question-answered-quickly/ba-p/38490" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7Ce1106bfabecb4734a5cc08dc2305bc51%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638423754744679080%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=24%2BceC5sFd3n3%2FhFDYILWFcNjCwVClBD%2BPBsSLVfJGk%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yongkang Hua&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2025 03:04:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-25T03:04:20Z</dc:date>
    <item>
      <title>Users unable to create subscriptions in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4422307#M39781</link>
      <description>&lt;P&gt;Hi Fabric Community,&lt;/P&gt;&lt;P&gt;We have a situation on one of our Power BI Report server sites.&amp;nbsp; We have users who can create subscriptions on reports in one folder but not another.&amp;nbsp; The security for both folders are identical.&amp;nbsp; We use AD groups to control access.&lt;/P&gt;&lt;P&gt;One thing we noticed on the Subscription page is there is a warning symbol on the New Subscription button.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any clue to why this is happening.&amp;nbsp; &amp;nbsp; I, as an admin, can create one and there are other users in the same AD group that can create subscription.&lt;/P&gt;&lt;P&gt;There doesn't seem to be any reason given all of the settings appear to be the same for the reports and the folders they reside in.&lt;/P&gt;&lt;P&gt;Any Help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;DKHughes55&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 15:43:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4422307#M39781</guid>
      <dc:creator>DKHUghes55</dc:creator>
      <dc:date>2025-02-21T15:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Users unable to create subscriptions in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4423661#M39788</link>
      <description>&lt;P&gt;If you click on the New Subscription option it should tell you what the issue is. It's most likely that one or more of the data sources for the report are not using stored credentials. Subscriptions need stored credentials since they need to be run at a later time outside of the current users session.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 01:15:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4423661#M39788</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2025-02-24T01:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Users unable to create subscriptions in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4557827#M39798</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679848" data-lia-user-login="DKHUghes55" class="lia-mention lia-mention-user"&gt;DKHUghes55&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The user needs to verify the permission inheritance status of the folder, go to the security settings of the problem folder, and check whether there is a "Break inheritance" prompt. If so, click "Revert to parent security" to restore the inheritance. At the same time, you need to compare the permission items of the two folders to ensure that the user group has the following permissions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Browse (required)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create subscriptions(required)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manage individual subscriptions (optional, only control delete permissions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is also possible that the AD group membership permissions are not fully synchronized, you can force the AD group permissions to be synchronized by force-refreshing the AD group membership via PowerShell:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Get-ADGroupMember "Your_AD_Group" | ForEach-Object {
Invoke-PBIReportServerCacheRefresh -User $_. SamAccountName
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can learn more from the following links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/security/roles-and-permissions-reporting-services?view=sql-server-ver16" target="_blank"&gt;Roles and permissions in Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/security/granting-permissions-on-a-native-mode-report-server?view=sql-server-ver16" target="_blank"&gt;Grant permissions on a native mode report server - SQL Server Reporting Services (SSRS) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Creating-and-or-customising-user-roles-on-Power-BI-report-server/m-p/481836" target="_blank"&gt;Solved: Creating and or customising user roles on Power BI... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 6.0pt 0cm 0cm 0cm;"&gt;&lt;SPAN&gt;&lt;A title="https://community.powerbi.com/t5/community-blog/how-to-get-your-question-answered-quickly/ba-p/38490" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7Ce1106bfabecb4734a5cc08dc2305bc51%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638423754744679080%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=24%2BceC5sFd3n3%2FhFDYILWFcNjCwVClBD%2BPBsSLVfJGk%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yongkang Hua&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 03:04:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Users-unable-to-create-subscriptions-in-Power-BI-Report-Server/m-p/4557827#M39798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-25T03:04:20Z</dc:date>
    </item>
  </channel>
</rss>

