Skip to content

Commit 0ded0c6

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ip-patch
2 parents c1524ac + 17592f8 commit 0ded0c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/data-factory/wrangling-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ in
164164
#"Pivoted column"
165165
```
166166

167+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWNbBf]
168+
167169
### Formatting date/time columns
168170

169171
To set the date/time format when using Power Query ADF, please follow these sets to set the format.
@@ -180,6 +182,8 @@ To set the date/time format when using Power Query ADF, please follow these sets
180182
#"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}})
181183
```
182184

185+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWNdQg]
186+
183187
## Next steps
184188

185189
Learn how to [create a data wrangling Power Query in ADF](wrangling-tutorial.md).

0 commit comments

Comments
 (0)