Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Without the GraphAPI connector in PBI, we have to build web api calls to fetch teams usage data from scratch.
What would be the API call to fetch usage by Team?
This is the call to fetch the usage by user (https://graph.microsoft.com/beta/reports/getTeamsUserActivityUserDetail(date=YYYY-MM-DD)), but a user can belong to many teams, so we are unable to summarize from this content.
Solved! Go to Solution.
HI @s-roberts ,
I checked the official document but not found the api that shows each record without any aggregate.
Perhaps you can try to access the admin portal to confirm if any export feature that allow you to export the detail user activity logs.
Regards,
Xiaoxin Sheng
HI @s-roberts ,
I checked the official document but not found the api that shows each record without any aggregate.
Perhaps you can try to access the admin portal to confirm if any export feature that allow you to export the detail user activity logs.
Regards,
Xiaoxin Sheng
"a user can belong to many teams, so we are unable to summarize from this content"
Please elaborate. You can run multiple API calls in Power Query and then combine the results.
The mentioned call provides an activity count by user and by day (not broken down by team).
When a user belongs to multiple teams, it would not be accurate to apply all the activities to each team. We'd need the portion of that activity that applies to each team.
Is there another call that would already have acitvity counts by team and by day (and possibly by user).
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |