Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |