Forum Discussion
Sow-1
1 year agoNew Member
Date formatting
Need help in formatting the date column in the below format ddd, dd MMM, yyyy (Fri, 22 Nov,2024). Used the measure for column as below however it is converting the date into text. FORMAT(table...
- 1 year ago
Hi Sow-1 ,
Make sure your data type is set for Date, and in format field past the the follow string: ddd, dd MMM, yyyy
Your final result will look like this:
Bibiano_Geraldo
1 year agoSuper User
Hi Sow-1 ,
Make sure your data type is set for Date, and in format field past the the follow string: ddd, dd MMM, yyyy
Your final result will look like this:
- Laxmanjatoth1 year agoResolver I
great man