Forum Discussion
bgarland
9 years agoHelper I
decompose datetime
This should be easy but being new to PowerBI I haven't found out how to do it yet. I have a column in a SQL Server table that I'm importing that contains a DateTime. I need to decompose this into two...
- 8 years ago
In the query editor, you find Date and Time options at the right hand side of both the "Add Column" tab and the "Transform" tab. These options include extracting date only and time only. They are available only if you first select your date/time column.
So you might add a column with time only and then transform the original column to date only.
MarcelBeug
8 years agoCommunity Champion
In the query editor, you find Date and Time options at the right hand side of both the "Add Column" tab and the "Transform" tab. These options include extracting date only and time only. They are available only if you first select your date/time column.
So you might add a column with time only and then transform the original column to date only.
- bgarland8 years agoHelper I
Thanks!