Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Adding Newer Data to Already Built Report

Hi Guys,    So I've built a report as a tester for my manager that has a set of dates from 14th-20th of January. However now I've been given a list of the same report with different dates that I'm ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    HI Anonymous,

    Did you mean your table stored multiple date fields that will be updated weekly?
    If that is the case, I'd like to suggest you save these weekly files in the same folder to use the folder connector to get data.

    Power Query Folder connector - Power Query | Microsoft Docs

    Then you can add a custom column and nested 'unpivot columns' function to extract and convert these date fields to attribute(date) and value(status) to simply merge multiple files.

    Unpivot columns - Power Query | Microsoft Docs
    Regards,

    Xiaoxin Sheng