Forum Discussion

ragomes1972's avatar
ragomes1972
Copper Contributor
May 18, 2021
Solved

How to find unique value and display the value based on the earliest date/time criteria

Hi,  I have to find unique values from column A in a table generated via Power Query, and based on another column that displays date/time (in column B) find the earliest date and display the total f...
  • SergeiBaklan's avatar
    May 18, 2021

    ragomes1972 

    If you use Power Query the easiest way to generate second table is by it.

    - reference first query

    - sort by Sprint and Time, both ascending

    - add Index to fix table in memory

    - remove duplicates on sprints

    - remove other columns

    - load to sheet

     

    Please check attached.

Resources