Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I try to use the Power Automate into Power BI to send a e-mail but doesn´t work,
The error mensage is: The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: entity.'.
Anybody can help me?
Thanks a lot.
Solved! Go to Solution.
Hello @Anonymous,
For Power Automate flows inside of Power BI, the flow can only be triggered by a button inside Power BI and data cannot be added to the email from in Power BI. https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-automate-visual?tabs=powerbi-desktop
If your goal is to just send an email that has static text - I have a flow that does this:
The flow must be created from inside Power BI as stated in the link. Does this make sense?
Hello, @datadmin-austin
I have this flow, at On Power Bi button clicked :
Hello @Anonymous,
For Power Automate flows inside of Power BI, the flow can only be triggered by a button inside Power BI and data cannot be added to the email from in Power BI. https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-automate-visual?tabs=powerbi-desktop
If your goal is to just send an email that has static text - I have a flow that does this:
The flow must be created from inside Power BI as stated in the link. Does this make sense?