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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
s4muel
Frequent Visitor

Users activity - last date of connection?

Hi Guru!

Is there a way to get the last date of connection to PBI Service?

I'd like to track users who have a PBI PRO license but don't use it.

Cheers!

s4muel

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi! well you can build a data structure to respond that request. You can get data from activity logs wit the API:
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/getactivityevents

The data shows last 90 days. You can use that to build historical log events or if you just want to check last connection you can use the API. The API will show a lot of operations per user. You can get last operation for each one. The last operation has a date, the last date the user was doing something in the platform.

Hope that helps,


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! well you can build a data structure to respond that request. You can get data from activity logs wit the API:
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/getactivityevents

The data shows last 90 days. You can use that to build historical log events or if you just want to check last connection you can use the API. The API will show a lot of operations per user. You can get last operation for each one. The last operation has a date, the last date the user was doing something in the platform.

Hope that helps,


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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors