The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Is there any way to transform a date format of dd-mm-yyyy to mmm-yy without changing this data to a text format in Power Query Editor in Excel (M-Language)?
Best Regards
Samuel
HI @Anonymous ,
>>Is there any way to transform a date format of dd-mm-yyyy to mmm-yy without changing this data to a text format in Power Query Editor in Excel (M-Language)?
AFAIK, format function can change display date format, but it will also modify you column type. You can consider change this field display format on data model side.
Regards,
Xiaoxin Sheng
@Anonymous
Not sure there is a way... But what if you keep the date column as is and just add a new column with way you would want the date formatted?
Nick,
Yeah it is possible. I was only looking for a direct solution for this issue