Forum Discussion

jabrillo's avatar
jabrillo
Helper I
2 years ago
Solved

Understanding Data Refresh

In my Power BI dashboard I have three tables with the same columns. I created a four table that combines the three tables. When I do selective data refresh and select the three tables only, will the ...
  • Ritaf1983's avatar
    2 years ago

    Hi jabrillo 
    If you are talking about visual tables it does not matter how many of them you have, the data refreshes from the source. You don't refresh visuals you refresh the data in the "back".

    If the question is about tables that you combined on PQ and all of them are loaded to the model, and not just combined, all of them should be refreshed.

    I prepared some example and recorded my screens to show how it works 

    Link to the media file 

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

  • 123abc's avatar
    2 years ago

    In Power BI, when you have multiple tables with the same columns and you create a fourth table that combines or merges these three tables, you need to understand how data refresh works to ensure your data stays up to date.

    When you perform a selective data refresh and only select the three original tables for refresh, the combined table will not be updated automatically. The combined table is not linked directly to the refresh of the original tables. Therefore, if you want the data in the combined table to be updated, you should either:

    1. Enable Load for the Combined Table:
    - You can enable loading for the combined table by checking the "Enable Load" option in the Power Query Editor when creating or editing the combined table.
    - This will ensure that the combined table gets refreshed along with the original tables when you perform a data refresh.

    2. Perform a Separate Data Refresh for the Combined Table:
    - If you prefer to keep "Enable Load" unchecked for the original tables, you can create a separate query to combine the data from the three tables.
    - After creating this separate query for the combined table, you should also enable loading (check "Enable Load") for this query in the Power Query Editor.
    - When you perform a data refresh, the combined table will then be updated as well.

    The choice between these two options depends on your specific requirements and how you want to manage the data in your Power BI model. Enabling load for the combined table simplifies the refresh process, but it may also result in larger data storage, so consider your storage and performance constraints when making this decision.

     

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.