I'm working on a PowerPivot project, and I need to convert a date to another format. My SQL Server Analysis Cube provides me a Time dimension including a date attribute. I want to convert it to a dd/mm/yyyy format to create a reference to another data source (Excel file).
I tried to convert it by using standard DAX date functions but it's not recognized as a date, it's seems it is due to the name of the day added as a prefix. How can I transform it to the dd/mm/yyyy format ? How to extract the sub string after the comma ?
Thanks !