Forum Discussion
Report Usage Metrics Report
- 5 years ago
Yes, you need to be a "Power BI Admin" in your tenant.
Is this for Power BI Service or PBI Report Server?
If you are looking for Logs in PBIRS you can use below query
select ItemPath,UserName,CONVERT(Date,TimeStart) Date,Datepart(hour,TimeStart) [Hour] ,Datepart(MINUTE,TimeStart) [Minutes],Datepart(SECOND,TimeStart) [Second] from ExecutionLog3
Group by UserName,CONVERT(Date,TimeStart),Datepart(hour,TimeStart),ItemPath,Datepart(MINUTE,TimeStart),Datepart(SECOND,TimeStart)
Order by Date desc
It's power bi service, looks like I have selected the wrong area?
This report keeps updating to show only I have viewed it, registers 1 other person on the first day. E.g. it says i viewed 20 times today and nobody else when I've just been chatting to someone on the phone as they were viewing
- FarhanAhmed5 years agoCommunity Champion
Check out the below article if this helps
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-modern-usage-metrics
- andyor5 years agoResolver I
Thanks for the link.
It says I should be able to see these options in Pro if I'm the Admin.
But I can only see this
Could you perhaps check my account and see what's going on?
- FarhanAhmed5 years agoCommunity Champion
Yes, you need to be a "Power BI Admin" in your tenant.