Forum Discussion
sandee
5 years agoHelper I
ISO Date Function
Hello Everyone,
please could you help me, as i am preparing a new power Bi model where i am creating a calender table.
in that i have to mention "ISO date" COLUMN, please can you advise or show , i mean what is the calculation to get the ISO date , i thought this will not be a challenge but it is a tricky one.
sandee Do you like this in DAX?
Column = FORMAT([Column1],"yyyy-mm-dd")
1 Reply
- Greg_DecklerCommunity Champion
sandee Do you like this in DAX?
Column = FORMAT([Column1],"yyyy-mm-dd")