From the course: Implementing Data Engineering Solutions Using Microsoft Fabric (DP-700) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Transforming data using Power Query, PySpark, KQL, and T-SQL - Microsoft Fabric Tutorial
From the course: Implementing Data Engineering Solutions Using Microsoft Fabric (DP-700) Cert Prep by Microsoft Press
Transforming data using Power Query, PySpark, KQL, and T-SQL
Transforming data by using Power Query, M, PySpark, SQL and KQL. So if we're looking at selecting data using T-SQL, PySpark and KQL, well from a T-SQL perspective we can select, specify our columns and specify our table. From a PySpark perspective, we can select specific columns from a data frame, and in KQL, we're using the project keyword and then specifying our columns. So from our orders table, we can project, i.e. select, our customer ID, order date, and order amount. Now let's look at T-SQL specifically. If we're looking at changing data types, we can use cast to change a column type into another column data type. We can also use convert as well. In our string manipulation, we can use functions like upper and left to modify. So upper, for example, will transform all the values in the string into uppercase. Left on the other hand, will return the left, in this case, five characters from the customer name. There are various functions to do string manipulation. Now for date and…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives35s
-
(Locked)
Choosing between a lakehouse and a warehouse for data storage4m 39s
-
(Locked)
Transforming data using Power Query, PySpark, KQL, and T-SQL6m 37s
-
(Locked)
Creating and managing lakehouse shortcuts5m 34s
-
(Locked)
Creating and managing mirroring5m 46s
-
(Locked)
Using pipelines to ingest data3m 17s
-
(Locked)
Ingesting data by using continuous integration from OneLake2m 19s
-
(Locked)
Designing a dimensional model8m 9s
-
(Locked)
Grouping and aggregating data6m 11s
-
(Locked)
Handling duplicate, missing, and late-arriving data5m 30s
-
(Locked)
Quiz2m 25s
-
(Locked)
-
-
-
-
-
-