Forum Discussion

a68tbird's avatar
a68tbird
Icon for Resolver II rankResolver II
5 years ago
Solved

Conditional Row Filtering

Hello All -   Looking for a bit of help here.  My table of data contains duplicate entries of some orders due to the order status.  Each order gets an entry appended to it based on order status upda...
  • v-easonf-msft's avatar
    5 years ago

    Hi , a68tbird 

    For you requirement, you can try follow steps:

    1.create a custom column 'count'

     

    =let Number=[Number] in Table.RowCount(Table.SelectRows(#"Changed Type",each Number = [Number]))

     

     

    2. select custom column 'count' and  apply filter conditions to this column


    3.After removing unnecessary columns,you will get the result you want.

    You can check my sample file for more details.

     


    Best Regards,
    Community Support Team _ Eason
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.