Forum Discussion

gidon's avatar
gidon
Icon for Helper II rankHelper II
9 years ago
Solved

Filter table buy row talue

Hi guy I have a data like this year part cust 2010 100 10 2010 200 15 2005 100 10 2006 150 15 2007 200 10 2008 150 15 2009 100 15 i have loaded the excel table , Now I want to filter this t...
  • Vvelarde's avatar
    Vvelarde
    9 years ago

    gidon after apllied the filter you can change the M Sentence.

     

    change to look like this:

     

    = Table.SelectRows(#"Changed Type", each [year] >= Date.Year(DateTime.LocalNow())-4)