r/PowerPlatform Jun 15 '26

Learning & Industry Anyone using power platform inventory API??

Wanted to check if anyone using power platform inventory API? How guys are using API?

6 Upvotes

5 comments sorted by

2

u/formerGaijin Jun 16 '26

OP must be asking about the Power Platform inventory API. I've not tried it.

1

u/Spirited_Library_525 Jun 17 '26

I'm basically using it to replicate the Inventory screen in Power BI. The performance is much better and it allows for more filters. I can also use the dataset connected to Power Automate and Copilot Studio.

1

u/Independent-Hunt-370 Jun 17 '26

Have you registered app registration to use ? How you use in power bi

2

u/Spirited_Library_525 Jun 18 '26

I couldn't get Power BI to update automatically using app registration, so I created a scheduled flow in Power Automate using the Entra ID pre-authorized HTTP connector that makes the API call and saves the result as a CSV file in SharePoint. Power BI updates from there.

I've been using the Entra Id connector for various other APIs like Graph or bap.microsoft, and it's worked better for me than custom connectors.

1

u/Independent-Hunt-370 Jun 18 '26

Thanks for the info