Forum Discussion
Hide URL Page when clicking on Refresh Button
I have Created a refresh button in power bi which calls ms flow and refreshes the dataset.
When i Click the button, It opens a new page in browser and display:
"{"success":true,"outputScenario":"Default","data":{},"stateToken":"eyJqYXIiOnsidmVyc2lvbiI6InRvdWdoLWNvb2tpZUAyLjMuNCIsInN0b3JlVHlwZSI6Ik1lbW9yeUNvb2tpZVN0b3JlIiwicmVqZWN0UHVibGljU3VmZml4ZXMiOnRydWUsImNvb2tpZXMiOltdfSwidmVyc2lvbiI6MX0=","cookies":[]}" .
I don't want to open a new page but just button should click and work as intended.
Let me know any alternatives.
THanks!
Anonymous
Try to use PowerApp custom visual. From PowerApp visual you could call flow.
http://dataap.org/blog/2019/02/05/dataset-refresh-in-powerapps-custom-visual/
3 Replies
- amitchandakSuper User
Anonymous , I doubt there is an option,
What is the action you have given?
- AnonymousNot applicable
Web Url is the action as when this url gets clicked through the button it calls ms flow and then data refreshes.
Thanks!
- nandukrishnavsCommunity Champion
Anonymous
Try to use PowerApp custom visual. From PowerApp visual you could call flow.
http://dataap.org/blog/2019/02/05/dataset-refresh-in-powerapps-custom-visual/