Forum Discussion
Atinder
4 years agoHelper III
Auto Refresh Powerbi data in Powerpoint
Hello, I Embed live data from powerbi to Powerpoint powerbi Add-ins. How can I set this on auto referesh? I created this data so our team can see these reports on the TV throughout the day . ...
kylesmyle
2 years agoFrequent Visitor
Depending on what your setup is like, this can be done using two programs. A macro app and the Task Scheduler app in Windows.
PowerBi data will refresh when you reopen power point, so you can make a macro that opens PP and then presses F5 to run slideshow. You then use Task Scheduler to open your macro file exe on a schedule. You would also have to make a macro that closes PP too (Alt-F4). A variation of these could help you