Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

holding Live data sources

Hi,   I have a report which is fetching live data from google anyalytics, My user wants to stop the report from fetching live data untill he clicks the refresh button is this possible in Power BI p...
  • v-luwang-msft's avatar
    5 years ago

    Hi Anonymous ,

    Power BI does not import data over connections that operate in DirectQuery/LiveConnect mode. Instead, the dataset returns results from the underlying data source whenever a report or dashboard queries the dataset. Power BI transforms and forwards the queries to the data source.

    Because Power BI does not import the data, you don't need to run a data refresh. However, Power BI still performs tile refreshes and possibly report refreshes, as the next section on refresh types explains. A tile is a report visual pinned to a dashboard, and dashboard tile refreshes happen about every hour so that the tiles show recent results. You can change the schedule in the dataset settings, as in the screenshot below, or force a dashboard update manually by using the Refresh Now option.

     

    To learn more details ,you could read the following article:

    Data refresh in Power BI

     

    Wish it is helpful for you!

    Best Regards

    Lucien