This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Team
I am looking to use the MS Graph API to bring up "events" for multiple users in one call.
I want all the events from all the users availible.
There is some documentation about how to do it but since leaves no good examples how to call using JSON batching
https://docs.microsoft.com/en-us/graph/json-batching
However, this doesnt offer any examples or detail on how this is done. I am currently using a call like this on a per user basis:
let
Source = OData.Feed(#"Azure Graph API Url" & "/users/USERID/events", [Authorization = "Bearer " & AzureAccessToken]),
in
Source
This brings back the events for one user but not able to do multiple users in one call.
Ive tried to send one request per user iterated but the API blocks my call and I get locked out as there are thousands of users that I try to process.
My published enpoint on Azure that sends me back the AzureAccessToken has all the Azure rights possible applied to the endpoint as well as Oath = True in the Manifests already.
Any clues anyone please ?
@Anonymous ,
You may check if the following post helps.
https://community.powerbi.com/t5/Desktop/Connect-to-a-Web-Service-sending-parameters/td-p/225510
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 38 | |
| 32 | |
| 28 | |
| 24 |