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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Analyze in excel how many people

Hello.

Can you help me, I need to determine how many people in the company use Analyze in excel in reports, is such information stored somewhere in the metrics? Is there any way to get it?
1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi. Yes you can. But it's not an easy one. You can use the Power Bi Rest API to request activity logs.

https://docs.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-events

Those logs are the following:
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-auditing#operations-available-in-the-a...

You can find the logs of analyze in excel in there.

The best solution would be taking that data on a regular basis because it only keeps 90 days of data. So if you want historic data, you need to persist it. But if 90 days is ok, then you can run it one time each time you want to see that.

I hope that helps,

P/D There are libraries to help you with this in different laguanges, like SimplePBI with python for example https://pypi.org/project/SimplePBI/

 


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

Happy to help!

LaDataWeb Blog

View solution in original post

1 REPLY 1
ibarrau
Super User
Super User

Hi. Yes you can. But it's not an easy one. You can use the Power Bi Rest API to request activity logs.

https://docs.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-events

Those logs are the following:
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-auditing#operations-available-in-the-a...

You can find the logs of analyze in excel in there.

The best solution would be taking that data on a regular basis because it only keeps 90 days of data. So if you want historic data, you need to persist it. But if 90 days is ok, then you can run it one time each time you want to see that.

I hope that helps,

P/D There are libraries to help you with this in different laguanges, like SimplePBI with python for example https://pypi.org/project/SimplePBI/

 


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

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors