Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Matrix - Not Showing All Columns

Hello, I have a new Matrix table that I created.   I've selected two columns to use in this table.   Only one column displays on this table.    There are arrows at the bottom of the matrix table that...
  • v-lili6-msft's avatar
    v-lili6-msft
    7 years ago

    HI,@creynolds

        You may try to use these two formula like below:

    Not Started = IF( 'Production Data'[Date]>=TODAY(),1,0)
    
    Started = IF('Production Data'[Date]<TODAY(),1,0)

    Result:

    Basic data

     

    Best Regards,

    Lin