Forum Discussion
o59393
6 years agoPost Prodigy
Date format
Hi all How can I convert a date in format "Apr 01 2019" to "April 2019" for example and using power query? https://1drv.ms/u/s!ApgeWwGTKtFdhjOrLr9_z4xQWZca?e=KpC6mb Thanks.
- 6 years ago
o59393 ,
You have to go to Transform Data/Edit Query and use the Custom Column option.
In Dax , you can try like
format(DATEVALUE("Apr 01 2019"),"MMMM-YYYY")If it a static value you can use in measure too. Else in measure use some aggregation.
o59393
6 years agoPost Prodigy
Hi
Where do I have to paste that?
As an added custom column?
Thanks!
zoupie
6 years agoNew Member
sorry new to this formula builder. I am trying yearmonth. not working
yearmonth = FORMAT('vw_datamart_Activities'[dt_start],"YYYYMM")
This is more of the downsteam table
feel free to adjust our dashboard. AppWorx_Azure