Skip to content

Commit cf18204

Browse files
authored
Update wrangling-functions.md
1 parent b717bce commit cf18204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/wrangling-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ in
168168

169169
To set the date/time format when using Power Query ADF, please follow these sets to set the format.
170170

171-
![Power Query Pivot Selector](media/wrangling-data-flow/power-query-date-2.png)
171+
![Power Query Change Type](media/data-flow/power-query-date-2.png)
172172

173173
1. Select the column in the Power Query UI and choose Change Type > Date/Time
174174
2. You will see a warning message
175175
3. Open Advanced Editor and change ```TransformColumnTypes``` to ```TransformColumns```. Specify the format and culture based on the input data.
176176

177-
![Power Query Pivot Selector](media/wrangling-data-flow/power-query-date-3.png)
177+
![Power Query Editor](media/data-flow/power-query-date-3.png)
178178

179179
```
180180
#"Changed column type 1" = Table.TransformColumns(#"Duplicated column", {{"start - Copy", each DateTime.FromText(_, [Format = "yyyy-MM-dd HH:mm:ss", Culture = "en-us"]), type datetime}})

0 commit comments

Comments
 (0)