Forum Discussion
Anonymous
6 years agoNot applicable
Date Format YYYYMM
Hi, I have a date column which is of format MMMM,YYYY viz. July,2019 for example. This column is also used a report level filter. The user wants to see the date as YYYYMM format. I was not ...
- 6 years ago
Hi Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
v-xicai
6 years agoCommunity Support
Hi Anonymous ,
You can create column like DAX below.
Date Format = FORMAT(Table1[Date],"YYYYMM")
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.