Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
DKHUghes55
Helper I
Helper I

Users unable to create subscriptions in Power BI Report Server

Hi Fabric Community,

We have a situation on one of our Power BI Report server sites.  We have users who can create subscriptions on reports in one folder but not another.  The security for both folders are identical.  We use AD groups to control access.

One thing we noticed on the Subscription page is there is a warning symbol on the New Subscription button.

DKHUghes55_1-1740152309522.png

Any clue to why this is happening.    I, as an admin, can create one and there are other users in the same AD group that can create subscription.

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.

Any Help would be greatly appreciated.

DKHughes55

 

2 REPLIES 2
Anonymous
Not applicable

Hi, @DKHUghes55 

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:
Browse (required)
Create subscriptions(required)
Manage individual subscriptions (optional, only control delete permissions)

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:

Get-ADGroupMember "Your_AD_Group" | ForEach-Object {
Invoke-PBIReportServerCacheRefresh -User $_. SamAccountName
}

 

You can learn more from the following links:

Roles and permissions in Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn

 

Grant permissions on a native mode report server - SQL Server Reporting Services (SSRS) | Microsoft ...

 

Solved: Creating and or customising user roles on Power BI... - Microsoft Fabric Community

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

d_gosbell
Super User
Super User

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.