Forum Discussion
Anonymous
6 years agoNot applicable
USERELATIONSHIP do not work anymore
Hello everyone, I am facing some issue with Power BI. I recently updated my Power Query Editor from " 'Power Query M' language and Applied Steps" to a full data transformation via a Python script ...
- 6 years ago
Anonymous , Yes. That is the problem. Create a date column and join that with date table
TASK Date = [TASK Created].Date
Anonymous
6 years agoNot applicable
Hello amitchandak ,
Thanks for your response,
I don't think this is the problem. As you can see on the screenshot below, the data type for "TASK Created" is datetime.
I have no clue where the problem come from.
amitchandak
6 years agoSuper User
Anonymous , Yes. That is the problem. Create a date column and join that with date table
TASK Date = [TASK Created].Date
- Anonymous6 years agoNot applicable
Hello amitchandak,
You got it right ! I duplicated the original column ( [TASK Created] ) then changed the data type to "date" in the new column.
Creating a new column with this formula "= Datetime.Date([TASK Created])" work as well.
Thanks you !