Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
how i get who access my report on power bi report server , who edit on the report and delete and information on each report and who creat it .i mean i need all logs
Solved! Go to Solution.
Hi @omnia_saleh ,
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @omnia_saleh ,
As @ChrisMuthmann mentioned, there are some system tables and views when you have installed the PBIRS, all the operations you do in PBIRS are logged into the corresponding table, which you can query.
There are some documents that you could refer :
SSRS ReportServer Database Overview and Queries (mssqltips.com),
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you,what Is Type Of Metadata I Will Get?
Hi @omnia_saleh ,
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
why table [Event] and [history]in database ReportServer has no data in sql server managemet studio?
Have a look at the PBIRS metadata in the ReportServerPBI database. Starting with this sql:
Select c.Path, c.Name, u.UserName as CreatedBy
from ReportServerPBI.dbo.Catalog c
Left Join ReportServerPBI.dbo.Users u
on c.CreatedByID = u.UserID;
There are some views as well in this database and [ReportServerPBI].[dbo].[ExecutionLog3] should give you a lot of information regarding the access.
why table [Event] and [history]in database ReportServer has no data in sql server managemet studio?
Same for me and that should be fine.
There is a documentation belonging to the events:
Is it solved?
I think, Event table is not logging table, I have in this table only ReportRefresh events only during queuing (for very short time).
I History table, I have only snapshots for paginated reports.
i dont have data in table history , Subscriptions i want to see this data
In History table, there no data about subscriptions, but about Snapshots, it is something else.
History of executed subcriptions is in ExecutionLog3 view.
Thank you,what Is Type Of Metadata I Will Get And What Is The Steps To Get It?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
7 | |
2 | |
2 | |
1 | |
1 |