Forum Discussion
dylantaylor
6 years agoNew Member
Date Formatting/Conditional Date Formatting
Hello, I have the following date information formatted in "Table" form on my report and wanted to know if I could change the formatting from the current style to just remove the day of the week. ...
- 6 years ago
dylantaylor , I did not get it completely, But creating a color measure like
Color Date = if(FIRSTNONBLANK('Date'[date],TODAY()) <today(),"lightgreen","red")
And use that in conditional formatting. Use field option and then use this measure
- 6 years ago
dylantaylor
6 years agoNew Member
Yes, you answered the conditional formatting question but not how to change the formatting. Is there a way that I can change the current formatting of the dates to exclude the day of the week as well? Thanks!
v-chuncz-msft
6 years agoCommunity Support