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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I used Power Automate and this below video to craete a button on the report for the user to refresh the dataset-
After doing the whole process, i am getting below error-
{"error":{"code":"WorkflowTriggerIsNotEnabled","message":"Could not execute workflow '78439c4c-34bc-422e-994a-62032c8c644f' trigger 'manual' with state 'Suspended': trigger is not enabled."}}what could be the reason?
That video describes a process that circumvents / masks the authentication process via a third party API sandbox. If I were you I would use the standard Power Automate or PowerApps visual to initiate the dataset refresh.
Power Automate: Add the visual, then create a new flow to request a dataset refresh
PowerApps: Add the visual then create a mostly blank app (you'll probably need to tie in some Power BI data) and then in that app add a button that calls PowerBIIntegration.Refresh() . Note: must be a new app, won't work with existing apps. Add PowerBIIntegration.Refresh() for existing Powe... - Power Platform Community (microsoft.com)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.