Forum Discussion

Rakesp's avatar
Rakesp
New Member
4 years ago
Solved

Need to create Filter with Selected Column from All Column

Need to create Filter with Selected Column from All Column, So as to filter related table data of selected column row value  
  • v-janeyg-msft's avatar
    v-janeyg-msft
    4 years ago

    Hi, Rakesp 

     

    According to your screenshot, These date columns seem to be just for marking.

    You can create a column and use it in filter pane to filter data.

    Like this:

     

    Flag =
    IF ( table[Jan22] = 1 && table[Feb22] = 1 && table[Mar22] = 1, 1, 0 )
    //According to your needs, you can use && or ||

     

    I noticed that some columns do not seem to be numeric columns. . .You can change to number column or modify the code like table[Jan22] ="1".

     

    Did I answer your question ? Please mark my reply as solution. Thank you very much.
    If not, please feel free to ask me.

     

    Best Regards,
    Community Support Team _ Janey