Forum Discussion
Anonymous
9 years agoNot applicable
Query Editor & POwer BI Date Transformation
I have 3 date columns, Order Start Date, Order End Date and Week (which is how the performance data is aggregated). Within the Query Editor, I can change Order Start Date, and Order End Date to a da...
- 9 years ago
Hi Anonymous,
If I understand correctly, you want to set the data type of column [Week] to Date, and display date range in format '12/6/15 - 12/12/15', right? But this is not a supported date format, it will be considered as string. That is why you got the error when you attempt to convert it to date.
Below image shows all the date formats which are supported now:
Best regards,
Yuliana Gu
Vvelarde
Community Champion
9 years agoAnonymous
Your Column is two dates (Start of Week and End of Week) Right?
What is the result that you want to obtain.
Anonymous
9 years agoNot applicable
I simply wanted to show the range in the visulaization, and have the correct format.
When following your instructions, it does format it as a date.