Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Professional Power BI: Data Visualization and Dashboards
Rating: 4.3 out of 5(93 ratings)
473 students

Professional Power BI: Data Visualization and Dashboards

alyze data and extract actionable insights by building interactive dashboards in PowerBI
Last updated 1/2022
English

What you'll learn

  • Understand the importance of Data Modeling for optimization and performance.
  • Create powerful calculations and analytics with DAX.
  • Create dashboards and real-time reports to share with business users on the web and on mobile.
  • Integrate Power BI with other tools, including Microsoft Excel to connect your Excel workbooks.
  • Load, process, and clean data to make an engaging data analysis.
  • Work with Power Query, DAX, and standard Power BI visualizations to create insightful and actionable reports in Power BI.
  • Publish your dashboard to the web to have powerful, tile-based, data fusion, and tailor-made data for the effective executive
  • Get introduced to a narrative-oriented custom visual, Power BI's navigation capabilities, and a powerful storytelling feature

Course content

4 sections115 lectures10h 8m total length
  • The Course Overview2:16

    This video provides an overview of the entire course.

  • What Is the Flow of Report Development for a Business Analyst?4:03

    In this video, we will learn about the flow of the report development process.

    • Connect to your various data sources

    • Fix the different errors and inconsistencies in your data using Power Query

    • If your data is already clean, you can simply use it as a data connector

  • Reviewing Project Requirements and Determining Data Sources3:54

    In this video, we are going to review project requirements and determine data sources.

    • Learn how to take a given set of requirements

    • Understand what finalizing the requirements by multiple refinement and review iterations means

    • Interpret the refined requirements into action items like visualizations, tables, and filters

  • Connecting to (Almost) Any Data Source with Power Query5:31

    In this video, we will learn how to connect to any data source with the help of Power Query.

    • Look at the various types of data connections we can make with the help of Power Query

    • Understand how to connect to data present on premises

  • Importing Data and Power Query Fundamentals8:34

    In this video, we will learn about importing data and Power Query fundamentals.

    • Understand what data you will need to import as per your report requirements

    • Review where the data you need exists

    • Import data into a new Power BI desktop file

  • Connecting to a Folder as a Data Source7:45

    In this video, we will learn how to connect a folder as a data source.

    • Understand the power and usefulness of the import option

    • Combine flat files from a folder using Power Query

    • Import data from multiple files into a single folder

  • Table Types and Relational Data Modeling5:30

    In this video, we will learn some crucial concepts about data modeling and table types in data models.

    • Understand why we did not import a single table

    • Understand the advantages of using multiple tables in our data models

    • Identify and eliminate duplication on your single table to convert it into a multi-table model

  • Common Data Transformations with Power Query11:31

    In this video, we will cover the three most common transformations you will apply to any table.

    • Open up the query editor to look at the seven queries that can be edited

    • Apply the different steps to the DIMProduct table

    • Rinse and repeat the transformation practices to the remaining tables

  • Intelligent Data Filtering with Power Query7:44

    In this video, we will learn how to apply data filtering.

    • Understand why we should filter data

    • Apply data transformations to the FACTSales table

    • Filter the data using Power Query

  • Adding New Columns with Power Query10:52

    We are going to learn three common ways of adding and modifying columns.

    • Get introduced to Add Columns, Merge Columns, and Modify Columns

    • Open your query editor

    • Apply the steps

  • Merging Tables with Power Query12:56

    In this video, we will learn merging tables.

    • Understand why we have to merge tables

    • Understand what it means to merge tables

    • Combine data from multiple tables into a single table

  • Creating Table Relationships in Power BI9:33

    In this video, we will learn more about relationships and how to create them in the data model.

    • Further understand why key columns are important for relationships

    • Create relationships between the data and lookup tables

    • Learn how to organize the relationship view visually by separating data and lookup tables

  • Understanding the Data View in Power BI5:03

    In this video, we will learn about the design and function of the data view.

    • Learn how to use the fields list

    • Learn how to identify column and table information

    • Learn how to rename fields in the fields list

  • Column Settings and Hierarchies In Power BI8:24

    In this video, we will learn how to identify column attributes and change relevant settings for reporting.

    • Understand the important differences between column data type and formatting

    • Learn how to hide key columns from the report view in the data model

    • Learn how to delete unused columns from the data model

  • Translating Report Requirements into DAX Measures3:16

    In this video, we will learn how to translate project requirements into calculations needed for a data model.

    • Learn how to break down project requirements into the needed DAX measures

    • Understand the types of basic DAX measures that be can be calculated

    • Learn about time intelligence calculations in DAX

  • Report View Walkthrough3:59

    In this video, we will learn about the design, form, and function of the report view.

    • Learn about the characteristics of Power BI, compared to other tools

    • Learn about the various sections of the report layout

    • Learn about the visualizations pane, and how to create a visualization

  • DAX Concepts and Fundamentals2:43

    In this video, we will learn important fundamentals of DAX, including what it is and what it’s used for.

    • Understand that DAX exists in multiple tools, not just Power BI

    • Learn how DAX formulas work compared to Excel formulas

    • Understand how filters play an important role in the functionality of DAX

  • Creating Basic DAX Measures10:05

    In this video, we will learn how to write basic DAX measures.

    • Understand how DAX calculates based on column or table references

    • Create your first set of DAX measures

    • Learn how DAX measures can reference each other

  • Creating a DAX Measures Table5:00

    In this video, we will learn about the benefits and creation of a DAX Measures table.

    • Understand the benefits of organizing measures in a separate table

    • Create a new DAX measures table

    • Move existing measures from the data table into the new DAX measures table

  • Referencing DAX Measures6:47

    In this video, we will learn about the DAX quick measures tool in Power BI.

    • Understand the benefits of creating a new measure with the quick measures tool

    • Understand the risks involved with the same

    • Create a new DAX calculation using the quick measures tool

  • Visual Cues and Chart Types5:30

    We will learn visual cues, chart type selection, and how to tell a story with data.

    • Understand how visual cues influence how we perceive data

    • Learn to pick the right visualization based on visual cues

    • Learn about the Visuals Reference guide and how to use it to pick the right visualization

  • Creating Visualizations – Matrix Table9:01

    In this video, we will learn how to create a matrix table visual.

    • Learn about the similarities between a matrix table and an Excel pivot table

    • Create a matrix table with columns and measures

    • Use hierarchy controls in visualizations

  • Creating Visualizations – Running Total Chart11:36

    In this video, we will learn how to create a running total chart and supporting DAX measure.

    • Create a running total measure using the DAX quick measures tool

    • Create a calendar table and learn why it is important in a data model

    • Create a chart using the newly created DAX measure and calendar table

  • Creating Visualizations – Column and Line Chart (Year-Over-Year Profits %)13:34

    In this video, we will learn how to create a line and column combo chart and supporting DAX measures.

    • Learn about the DAX CALCULATE function and how it incorporates filters inside the measure

    • Understand the ways in which filters can be added, removed, or modified with CALCULATE

    • Create the line and column combo chart in Power BI, and use the hierarchy controls with date data types

  • Creating Visualizations – Conditional Formatting and Waterfall Charts9:39

    In this video, learn how to apply conditional formatting to tables, and create a waterfall chart.

    • Learn the three ways to apply conditional formatting to tables

    • Understand how conditional formatting works when using the hierarchy controls

    • Understand the benefits of using waterfall charts when displaying data that can have positive and negative values

  • Creating Visualizations – Card Visualizations and Title Section9:25

    In this video, we will explore the top title section of the report and see what types of information should be displayed there.

    • Add a title and image to the report

    • Understand what types of information should be displayed on card visuals

    • Create multiple card visualizations with DAX measures

  • Slicers and Filter Settings8:37

    In this video, we will see in what ways slicers can allow users to interact with reports.

    • Learn the various slicer types in Power BI based on data type

    • Learn about drop-down slicer types

    • Create the slicers based on the client requirements

  • Formatting and Report Design8:15

    In this video, we will learn best practices and techniques for designing effective reports.

    • Learn the three important techniques for designing and formatting a report

    • Change the color theme and add a report background

    • Add objects and colors to frame objects

  • Publishing a Report to the Power BI Service4:09

    In this video, we will learn about the Power BI Service and how to publish reports.

    • Understand the components of the Power BI Service and how they tie together

    • Publish the completed report to the Power BI Service

    • Learn how the report looks and functions when accessed from PowerBI.com

  • Creating an App Workspace4:56

    In this video, we will learn about app workspaces, what they are for, and how to create one. Refer to this link: https://powerbi.microsoft.com/en-us/blog/enable-your-team-with-new-workspaces-experiences-preview/

    • Understand the important differences between publishing to my workspace versus a shared workspace

    • Learn the types of objects that can be published to an app workspace

    • Create and set up an app workspace in the Power BI Service

  • Creating a Dashboard7:11

    In this video, we will learn about dashboards, what they are for, and how they’re different from reports.

    • Understand the important differences between a report and a dashboard

    • Create a new dashboard by adding visualizations from the published report

    • Learn how to interact with and configure the dashboard

  • Setting Up Scheduled Refreshes5:56

    In this video, we will learn how to set up scheduled refreshes using a data gateway.

    • Understand the benefits of having scheduled refreshes

    • Install a data gateway on your computer

    • Set up a scheduled refresh on the Power BI Service

  • Learning Microsoft Power BI: Course Completed1:47

    This video concludes the course.

  • Test your knowledge

Requirements

  • Taking up this Course doesn't need you to be an expert with Microsoft Power BI. A Data Analyst, Business Analyst or a Digital Marketing Analyst who already know the fundamentals of working with data, who is able to load data from an Excel file on a laptop and add a simple bar chart, will feel perfectly comfortable in understanding the topics presented in this Course.

Description

Video Learning Path Overview

A Learning Path is a specially tailored course that brings together two or more different topics that lead you to achieve an end goal. Much thought goes into the selection of the assets for a Learning Path, and this is done through a complete understanding of the requirements to achieve a goal.

Are you wasting time on compiling data from multiple sources instead of analyzing data? If yes, then this course will be your perfect guide and companion to analyze any data with ease!

Tell your data story with Power BI and reach millions of users with a single click on any kind of a device! Using Power BI, you can combine your data sources, create stunning visualizations, and embed your story on your website within seconds saving your cost and time.

In this well thought out step-by-step Learning Path, you'll go from beginner to confident Microsoft PowerBI user with a series of practical sections to help you build out an interactive - functional report and a detailed, insightful dashboard with compelling visualizations to analyze your data more effectively and publish them on PowerBI. You'll take the role of a business analyst and create factful and engaging reports with actionable insights!

By the end of the course, you’ll be able to use Power BI effectively as a business analytics tool to load, pre-process, and model data and create meaningful reports, visualizations, and interactive dashboards.

Key Features

  • Use Power BI to gather data, create reports, and get into action within a few minutes.

  • Hands-on approach showing you how to create the metrics necessary for data stories.

  • Generate interesting interactive visualizations based on your data.

Author Bios

  • Reid Havens is the Founder of Havens Consulting Inc. and a Microsoft MVP. He has a formal background in technology and organizational management, having obtained separate Master's Degrees in Organizational Development & Business Analytics. Additionally, he guest lectures at the University of Washington and other universities, teaching Business Intelligence, Reporting, & Data Visualization. Reid is also currently developing multiple online video series on Learning & Mastering Power BI for Packt Publishing.

  • Murli Rajpurohit is a data scientist with over a year of experience in the business intelligence domain and passionate about machine learning, data science, and artificial intelligence. He focuses on combining the best elements of storytelling with Power BI’s interactive capabilities to engage audiences in a new way. His interest lies in learning every aspect of computer vision. He has expert knowledge and hands-on experience of both quantitative and qualitative analysis, data mining, optimization, and database operations, and is proficient in R, SQL, and Python.

  • Nikita Barsukov is a software developer and data scientist with 10 years' experience in the industry. He went through a traditional data science path at the beginning of his career—for example, learning R and machine learning algorithms using online courses. Then he also quickly grasped the value of visual data storytelling, using charts as a way to communicate and tell something. He lives in Copenhagen, Denmark with his beautiful wife and three awesome sons.

  • Peter MacMurchy has been a professional software developer for over 15 years, focusing on UX, UI, and interactive data visualization tools. He acquired a keen interest in information visualization from coursework while studying Computer Graphics for his M.Sc. in Computer Science at the University of Calgary. Since then, he's continued to develop visualization and interactive software for finance, film, energy, and other industries. At Uncharted, Peter helps clients improve their data visualization capabilities on a consulting basis.

Who this course is for:

  • BI professionals, Data Professionals, BI Consultants, Data Analysts, Business Analysts, and Digital Marketing Analysts, Developers, Engineers, who want to gain insights from their business data using Microsoft Power BI as well as create interactive dashboards and more. It’s also ideal for Professionals who want to create customized visuals with the Power BI Developer tools.