Guinaba
Board Regular
- Joined
- Sep 19, 2018
- Messages
- 233
- Office Version
- 2016
- Platform
- Windows
Hi guys,
I am creating a simple custom column:
, however the data type after creating is Any. The standard way would be to change the data type adding the next step, however I'd like to know whether is possible to include this step within the custom column? Do I have to create a variable? For instance:
Something like:
Regards
I am creating a simple custom column:
Power Query:
([A]-[B])/7
Something like:
Power Query:
let
A=([A]-[B])/7,
= Table.TransformColumnTypes(#"Offset Weeks",{{A, Int64.Type}})
Regards
Last edited by a moderator: