The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
Solved! Go to Solution.
@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/
Web Url is the action as when this url gets clicked through the button it calls ms flow and then data refreshes.
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/