Hi.
I have a spreadsheet with columns 'date of delivery' and 'time of delivery'.
I want to concatenate these two fields in the dataflow to produce one date/time field.
I appreciate that the fields have to be text to concatenate them. Can anyone provide me with a script to do this please?
Here's what I have :
Solved! Go to Solution.
Sorted 🙂
#"Added custom 2" = Table.AddColumn(#"Changed column type 1", "Custom", each Date.ToText([Date of Delivery Attempt]) &" "& Time.ToText([crf79_timeofdelivery])),
Sorted 🙂
#"Added custom 2" = Table.AddColumn(#"Changed column type 1", "Custom", each Date.ToText([Date of Delivery Attempt]) &" "& Time.ToText([crf79_timeofdelivery])),
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
40 | |
34 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |