Forum Discussion
Nihed
Helper III
4 years agoHelp dax
Hello, how can I grieve only the date on yellow by YTD-1 Thank you.
Nihed
Helper III
4 years agoI want just display "YTD N-1" in the column has the place of the date which is in yellow (2021)
V-lianl-msft
Community Support
4 years agoHi Nihed ,
Please try:
Col = IF(Year('Table'[Response Date]) = 2021,"YTD N-1",'Table'[Response Date])
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.