Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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

  • Anonymous , not very clear

    Try measure like

    "Results -" & format(max('Daily'[Date Updated]),"mm/dd/yyyy hh:mm:ss")