Forum Discussion

will2018's avatar
will2018
Regular Visitor
8 years ago

Automate Refresh button in Power BI Desktop

I have started using PowerBI DEsktop, using In House MS SqlSErver as data source

When I enter app, I always need to click the Refreh button to refresh the data

THis can take up to an hour

I would like to have this done in an automated script overnight, so when I come in in th emorning, the data has been refreshed

 

1. Is this possible

2. If it is possible, do I have to pay for this service

 

4 Replies

  • will2018's avatar
    will2018
    Regular Visitor

    Just stared using PowerBI with inhouse Sql Server

    I dont publish to web, just use from my own desktop

    Everytime the data chnages though, I have  to click the 'Refreh' button, whcih can take 30 minutes

    I would like to have this done at night, so when I go inot PowerBI, it is showing latest figures and graphs

     

    1.   Is this possible ?

    2.  I an using Free Version, so will this cost anything ?

  • You can use Auto IT. A small bot can be used to fetch the Windows Handler ID, make it as active window  and you can use Keyboard shortcut to navigate the Refresh (Send Keys function) until Microsoft gives us option to Auto Refresh for PBI Desktop.

     

    AutoIT Website