Forum Discussion

danb's avatar
danb
Icon for Resolver I rankResolver I
7 years ago
Solved

Edit Queries - Create a new column to identify latest date based on criteria

Hello experts,  I have a table of inventory data that is compiling over time.  I would like to add a column in Edit Queries that will layer in an identifyer that will tag the latest date for a parti...
  • v-lili6-msft's avatar
    7 years ago

    hi, danb 

    You could try this way as below:

    Step1:

    Duplicate the basic table.

    Step2:

    Use Group By function in edit queries as below for duplicate table

     

     

    Step3:

    Now, merge the basic table and this new table

    Step4:

    Expand  Lastest Date column

     

     

    Now you could add a custom column for filter as below:

     

    here is my sample pbix file, please try it.

     

    Best Regards,

    Lin