Forum Discussion
OneWithQuestion
Post Prodigy
7 years agoConnect to Microsoft Graph to query List subscribedSkus?
Is it possible to connect to Microsoft Graph API using PBI to extract a list of all users and their assigned skus?
Using Microsoft Graph it appears that List subscribedSkus would return the desired data, but I'm having trouble working out how to query that and return it as a dataset in PBI?
https://docs.microsoft.com/en-us/graph/api/subscribedsku-list?view=graph-rest-1.0&tabs=cs
Thank you!
1 Reply
- ImkeF
Community Champion
You need a cutom connector in Power BI for that: https://github.com/Microsoft/DataConnectors/tree/master/samples/MyGraph
You might run into trouble, where this might help: https://www.thebiccountant.com/2019/04/17/graph-api-custom-connector-power-bi/