Forum Discussion

NB3's avatar
NB3
Helper III
7 years ago
Solved

Split multiple rows and columns

Hi everyone,   I need to create 2 different charts based on the following table (on with the year and one with YTD).   In the document it is from, year and YTD are mixed together ... Is there any...
  • ryan_mayu's avatar
    7 years ago

    NB3

     

    I will create two tables for this. Please check if this can meet your requirements. Thanks

     

     

    TABLE2 = FILTER('Sheet27',SEARCH("YTD",'Sheet27'[Year],1,0)=0)

     

    TABLE3 = FILTER('Sheet27',SEARCH("YTD",'Sheet27'[Year],1,0)>0)