Forum Discussion

J_D_B's avatar
J_D_B
Copper Contributor
Oct 17, 2023
Solved

Auto Populate a Table based on values entered in a single cell

Hi all   Hope someone will be able to help / not sure if its possible   As far as possible without using VB (as this is my Achilles heel though I can understand if there is no other way). I have ...
  • Lorenzo's avatar
    Oct 19, 2023

    Hi J_D_B 

     

    In any case you'll need - somewhere in your workbook - something like a Date that indicates when your Raw Data was last updated


    Attached is a Get & Transform aka Power Query sample. To play with it:

    - Update data in 'Raw Data'
    - Change Last update date

     

    2 ways to see the Summary addition in 'SummaryHisto':
    Go to Data (tab) > Refresh All
    OR Close the workbook (saving your change) > Re-open it (the query that updates SummaryHisto is configured to auto-refresh when the file opens)

     

    Note:
    Additions to 'SummaryHisto' only takes place if the Last update date doesn't already exist in SummaryHisto. In other words, you can do as many Data > Refresh All you want nothing will be added to 'SummaryHisto' if Last update date already exists in the History

Resources