Forum Discussion
anakoom
Helper I
9 years agoDAX measure calculation by date
Hi Team
i wants to display below result in custom column in matrix
please help me with DAX calulcations
- Anonymous9 years ago
You can use the following DAX to create Custom Column.
Custom Column = IF('Table'[B date]<TODAY(),'Table'[fee],BLANK())
Regards,
Lydia
1 Reply
- AnonymousNot applicable
You can use the following DAX to create Custom Column.
Custom Column = IF('Table'[B date]<TODAY(),'Table'[fee],BLANK())
Regards,
Lydia