
There's no native way to see consumption per flow, the admin center only shows credits per environment per day, not per flow.
The best you can do is query the msdyn_aievent table in Dataverse, it logs every AI Builder execution including credits consumed and the AI model used. It's not a perfect per-flow breakdown out of the box, but it's the most granular data available. You'd need to cross-reference the model names with your flows to identify which one is the heavy consumer.
To surface this properly, build a simple Power BI report connected to msdyn_aievent, group by model and user, sum msdyn_creditsused, and you'll have a clear picture of where your credits are going.
If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
---------------------------------------------------------------------------------
📩 Need more help? Just mention @Soufyane and I’ll be happy to assist.
💛 A Like always motivates me to keep contributing!