Microsoft Power BI Data Analyst Associate PL-300 Training Day 2

Azure Data

Share Post Now :

HOW TO GET HIGH PAYING JOBS IN AWS CLOUD

Even as a beginner with NO Experience Coding Language

Explore Free course Now

Table of Contents

Loading

This blog post covers a brief overview of the topics covered and some common questions asked on Day 2 Live Interactive training on Microsoft Power BI Data Analyst Associate [PL-300]

This post will help you learn about Prepare data for analysis and prepare you for the certification and get a better-paid job in the field of Data Analyst.

On our Day 2 Live Session, we covered how to Get data in Power BI Clean, transform, and load data in Power BI and performed hands-on Lab 2 out of 11 hands-on Labs. We learned about how to apply various transformations and apply queries to load them to the data model and many more.

In our Day 1 session, we covered the topics on Get Started with Microsoft Data Analytics

>Power Query Editor

  • Power Query Editor in Power BI Desktop allows you to shape (transform) your imported data.
  • Actions such as renaming columns or tables, changing text to numbers, removing rows, setting the first row as headers, and much more can be accomplished.

Source: Microsoft

>Shape the Initial Data

  • After importing data from various sources. We need to shape the data
  • To shape the data we can use Power Query Editor
  • Power query editor helps us to shape the data like we can rename the columns or rows, change texts to numbers, etc.
  • When our data is flat, and we wanted to convert our data into a table, we can use the Pivot columns feature.
  • Pivot columns enable us to convert flat data into a table that contains an aggregate value for each unique value in the column.

Source: Microsoft

Also, Check Our blog post on Power bi GateWay Setup. Click here

>Simplify the Data Structure

  • When you import data from multiple sources into Power BI Desktop, the data retains its predefined table and column names.
  • You might want to change some of the names so that they are in a consistent format, easier to work with, and more meaningful to a user.
  • You can use Power Query Editor in Power BI Desktop to make these name changes and simplify your data structure.

>Minimizing Errors using Power Query Editor

  • When you import a table from any data source, Power BI Desktop automatically starts scanning the first 1,000 rows (default setting) and tries to detect the type of data in the columns.
  • Some situations might occur where Power BI Desktop does not detect the correct data type. Where incorrect data types occur, you will experience performance issues.
  •  You may get a higher chance of getting data type errors while dealing with flat files, such as comma-separated values (.CSV) files and Excel workbooks (.XLSX), because of entering the data manually into the worksheets and mistakes were made.
  • So the best practice is to evaluate the column data types in Power Query Editor before you load the data into a Power BI data model

Also Check: How to Create KPI in Power bi. Click here

>Profile Data in Power BI

  • Profiling data means studying every detail of the data
  • It can be identifying anomalies, or detecting errors.
  • After examining the data, it moves forward for query statistics like row counts, maximum and minimum values, etc.
  • This is the most important concept in the whole data analysis process as it allows us to shape and organize the data
  • If the data is well organized we can interact with it easily
  • We can make reports with fewer efforts

Data profiling tools enabled.

Source: Microsoft

Also, Check Our blog post on Microsoft Power bi Developer. Click here

>Combining Multiple Rows into a Single Table

We can combine multiple columns into a single table when :

  • When too many tables exist, it will be difficult to navigate an overly complicated data model.
  • Several tables have a similar role.
  • In a table, only a column or two can fit into a different table
  • You want to use several columns from different tables in a custom column.

We can join two tables together in the following ways:

  1. Left Outer: It Displays all the rows from the first table and only the matching rows from the second table
  2. Full Outer: Displays all the rows from both the first and second tables
  3. Inner: Displays only the matched rows between the two tables

Also Check: Microsoft Power bi vs SSRS, know their major differences!

FAQ Asked during the Session:

Q1: How do I prepare data for analysis in Power BI?

A: To prepare data for analysis in Power BI, you can follow these steps:

  1. Connect to your data source by selecting the appropriate connector in Power BI.
  2. Identify and understand the structure of your data.
  3. Clean the data by removing any duplicates, correcting errors, or handling missing values.
  4. Transform the data by applying filters, aggregations, calculations, or other data manipulations.
  5. Create relationships between tables if your data is stored in a relational format.
  6. Optimize the data model for performance by managing column data types, setting data categorization, and defining appropriate table relationships.
  7. Load the prepared data into Power BI for analysis and visualization.
Q2: How do I get data in Power BI?

A: To get data in Power BI, you can follow these steps:

  1. Open Power BI Desktop.
  2. Click on “Get Data” in the Home tab of the ribbon.
  3. Choose the desired data source from the available options, such as databases, files, online services, or Power Platform.
  4. Select the appropriate connector and provide the necessary credentials or connection details.
  5. Configure the data import options, including the tables, views, or queries to import.
  6. Apply any required transformations or filters to shape the data during the import process.
  7. Review and validate the imported data, and then load it into Power BI for further analysis and visualization.
Q3: How do I clean, transform, and load data in Power BI?

A: Power BI provides a variety of tools and features to clean, transform, and load data. Here’s an overview of the process:

  1. After connecting to your data source, you can use the Power Query Editor in Power BI Desktop to clean and transform your data.
  2. In the Power Query Editor, you can perform tasks such as removing columns, filtering rows, replacing values, splitting columns, merging tables, or applying advanced transformations using M or Power Query Formula Language.
  3. You can also apply data profiling to identify and handle issues like missing values, duplicates, or outliers.
  4. Once you have completed the necessary data transformations, you can click “Close & Apply” to load the transformed data into Power BI.
  5. Power BI will create a data model based on the loaded data, which you can then use for analysis, visualization, and report creation.
Q4:What is a Power Query?

A. Power Query is a data transformation and data preparation engine. Power Query comes with a graphical interface for getting data from sources and a Power Query Editor for applying transformations.

Power Query input, transformation, and destination

Source: Microsoft

Q5: Is query folding available only if you are pulling data from a single table?

A. Yes, Query folding is the ability for a Power Query to generate a single query statement to retrieve and transform source data.

Q6: How can we join two or more tables in Power BI?

A. In Power BI Desktop, you can join two tables with Merge menu item in the Query Editor, in-home tab, Under Combine, Merge Queries

Q7: What is the difference between Power BI Desktop and Power BI Service?

A. Power BI Desktop is a Windows application running on the local computer. It is a client machine that can connect with a variety of data sources from your computer to the data in the local computer or the data in the server.

Power BI Service is a cloud-based service where users interact with the reports and view. The desktop application is used by Report Designers to publish the Power BI reports to the Service.

Source: Microsoft

Q8: What are some of the differences in data modeling between Power BI Desktop and Power Pivot for Excel?

A. Power Pivot for Excel supports only single-directional relationships (one to many), calculated columns, and one import mode.
Power BI Desktop supports bi-directional cross-filtering relationships, security, calculated tables, and multiple import options.

Q9: What is grouping in Power BI Desktop?

A. Power BI Desktop allows you to group the data into small chunks. you should use Ctrl + click for grouping to select multiple elements in the visual. Right-click on one of those elements which appear in the group’s window.

Q10: Is Power BI better than Excel?

A. Yes, It is a more powerful tool compared to Microsoft Excel. Power BI is easy to use and is much more flexible, while Microsoft Excel is not so handy to use. Power BI has mostly been used for data dashboards and visualization sharing to a large number of users, while Microsoft Excel is mostly used for in-depth driver analysis.

Q11: Name the language that is used in the power query.

A. M-language is a programming language is used in Power Query. This language is quite similar to other languages and easy to use. Also, it is case-sensitive

Q12: What is the Power BI Designer?

A. Power BI Designer is a stand-alone application to make Power BI reports; it does not require Excel. It is a combination of Power Pivot, Power View, and Power Query.

Q13:What are Data Anomalies?

A. Data anomalies are outliers within our data.

Q14: What is self-service business intelligence?

A. SSBI is an approach to data analytics that enables business users to filter, analyze, and segment their data without in-depth technical knowledge in statistical analysis, or business intelligence (BI).

Q15:What are the data destinations for Power Queries?

A. There are two destinations for output we get from power query:

  • Load to a table in a worksheet
  • Load to the Excel Data Model

Also Check: How to Create Power bi App. Click here

Q16: How can I disable the data model option in a power bi-pivot table? Also, is there any way to create dynamic formulas on a power bi-pivot table?

A. There is no way to disable the data model option in a power bi-pivot table.

Yes, we can create dynamic formulas on a pivot table. You can refer to this link to understand better.

 https://support.microsoft.com/en-us/office/create-formulas-for-calculations-in-power-pivot-9996930f-a43c-4d61-92dd-489b77a3a6da

Q17: Is there a limit on the amount you can import into Power Bi when loading data?

A. There is a 1 GB limit per dataset that is imported into Power BI unless the workspace is in a Power BI Premium capacity.

Quiz Time (Sample Exam Questions)

With our Microsoft Power BI Data Analyst Associate, we cover Over 100+ Sample questions to help you prepare for the Certification [PL-300]

Check out these Questions:

Ques: You need to import huge datasets in the Power Query Editor. You want to check whether a column consists of only the unique values. Which of the below given Data Preview Options can be used for the given purpose? (Select Multiple Options)

A. Column Profile

B. Show White spaces

C. Column Distribution

D. Monospaced

E. Column Quality

Comment your answer in the comment box.

References

Next Steps to Begin with PL-300 Certification:

In our PL-300 Certification Training Program, we’ll cover 10+ Hands-On Labs. If you wish to start your journey towards becoming a Microsoft Certified: Power BI Data Analyst Associate, try our FREE CLASS.

DA100_CU

Picture of mike

mike

I started my IT career in 2000 as an Oracle DBA/Apps DBA. The first few years were tough (<$100/month), with very little growth. In 2004, I moved to the UK. After working really hard, I landed a job that paid me £2700 per month. In February 2005, I saw a job that was £450 per day, which was nearly 4 times of my then salary.