Forum Discussion

anakoom's avatar
anakoom
Icon for Helper I rankHelper I
9 years ago
Solved

DAX measure calculation by date

Hi Team

 

i wants to display below result in custom column  in matrix

please help me with DAX calulcations 

 

 

 

 

  • Anonymous's avatar
    Anonymous
    9 years ago

    anakoom,

    You can use the following DAX to create Custom Column.

    Custom Column = IF('Table'[B date]<TODAY(),'Table'[fee],BLANK())

    Regards,
    Lydia

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    anakoom,

    You can use the following DAX to create Custom Column.

    Custom Column = IF('Table'[B date]<TODAY(),'Table'[fee],BLANK())

    Regards,
    Lydia