Forum Discussion
learner03
4 years agoPost Partisan
Error after creating button for refresh on report
I used Power Automate and this below video to craete a button on the report for the user to refresh the dataset- https://www.google.com/search?q=button+on+report+to+refresh+dataset+power+bi&rlz=1C1G...
lbendlin
4 years agoSuper User
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)