The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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)
User | Count |
---|---|
44 | |
16 | |
12 | |
11 | |
9 |
User | Count |
---|---|
50 | |
31 | |
22 | |
17 | |
15 |