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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
RobFlanders
Frequent Visitor

Azure AD Reports API

I am trying to connect to the Azure AD reporting API to extract Azure AD security reports. Reports are made available through the Azure AD Graph API. I can connect to some services on the API but not the new reports. Has anyone hooked Power BI up to the reports endpoints in AAD Graph API?

 

AAD Graph API example request which I can pull data from:

https://graph.windows.net/[Tenant]/activities/audit?api-version=beta

 

AAD Graph API endpoints I would like to connect to:

https://graph.windows.net/<tenant-name>/reports/CompromisedCredentialsEvent?api-version=beta
https://graph.windows.net/<tenant-name>/reports/IrregularSignInActivityEvent?api-version=beta
https://graph.windows.net/<tenant-name>/reports/SignInsAfterMultipleFailuresEvent?api-version=beta

 

Context for requests on their blog here:

https://msdn.microsoft.com/en-us/Library/Azure/Ad/Graph/howto/azure-ad-reports-and-events-preview#ov...

 

3 REPLIES 3
Satish87
Regular Visitor

is it still not supported ? I need to get sign in event from Azure AD in Power BI desktop.

v-chuncz-msft
Community Support
Community Support

@RobFlanders,

 

It seems not supported. You may also try Custom Data Connectors.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

If I can call other elements of the API through a standard web-query I would imagine it is supported? Is there something about the reports queries that cannot be queried?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors