Forum Discussion
Anonymous
5 years agoNot applicable
Header Date Format
Hi All
I have a Dynamic header set up . Visual used is card
However , i cant get the formatting to change ( to any other format than default) in concantenated header like the one i have shown below?
this is my header formula
Header Main Month Only = "Results -" & max('Daily'[Date Updated])
Anonymous , not very clear
Try measure like
"Results -" & format(max('Daily'[Date Updated]),"mm/dd/yyyy hh:mm:ss")
1 Reply
- amitchandakSuper User
Anonymous , not very clear
Try measure like
"Results -" & format(max('Daily'[Date Updated]),"mm/dd/yyyy hh:mm:ss")