Power BI Data Methods

Power BI Data Methods

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3h 56m | 1.26 GB

Power BI is a powerful data analytics and visualization tool that helps users monitor data, analyze trends, and make smarter decisions. The breadth of the tool’s capabilities is quite wide across the entire application, ranging from custom data connectors to custom dashboard visuals. This course focuses on the data end of Power BI, also known as Power Query (the same Power Query found in Excel), and how this part of the application can automate the data querying process and restructuring of data sets. Instructor Helen Wall goes over the array of Power BI data connection options, from static files to Python scripts; shares key techniques for transforming unusable data; explains how to use the M formula language to improve efficiency and create custom queries; and more.

Topics include:

  • Data connection options, including files and databases
  • Connecting to web tables
  • Running Python scripts in Power BI
  • Cleaning and integrating data in Power BI
  • Query folding and native queries
  • Leveraging the M formula language
Table of Contents

1 The Power BI ecosystem
2 What is Power BI
3 Understanding ETL (extract, transform, and load)
4 Focus on Power Query
5 Course considerations
6 Connecting to CSV or text files
7 Manually entering data
8 Connecting to an Excel file
9 Connecting to a PDF file
10 Connecting to folders
11 Connecting to databases
12 Comparing data connection modes
13 Query folding and native queries
14 Connecting to web tables
15 Querying API data
16 Querying REST API connections
17 Configuring OData feeds
18 Installing Python
19 Running Python scripts
20 Leveraging metadata
21 Leveraging data types
22 Making initial field transformations
23 Splitting fields
24 Merging fields
25 Cleaning text fields
26 Transforming numerical fields
27 Removing or replacing values
28 Filtering and removing duplicates
29 Accessing native query in cleaning
30 Introducing table objects
31 Introducing list and record objects
32 Working with binary objects
33 Grouping data
34 Pivoting data
35 Transposing data
36 Unpivoting data
37 Accessing native query in integration
38 Leveraging text formulas
39 Conditional formulas
40 Filling up or down columns
41 Leveraging date formulas
42 Combining binary files with formulas
43 Accessing native query in enrichment
44 Working with Query Editor steps
45 Breaking down syntax
46 Renaming steps in M
47 Consolidating M steps
48 Adding data types as custom M code
49 Connecting to zipped binary data
50 Utilizing parameters
51 Creating list objects
52 Referencing a list as a column in a table
53 Leveraging record objects
54 Leveraging list functions
55 Creating date tables
56 Looping with lists
57 Combining list objects
58 Setting up custom functions
59 Converting queries into functions
60 Configuring custom filtering
61 Configuring loading options
62 Fixing errors
63 Refreshing data
64 Joining sets of data
65 Composite models
66 Next steps