How to Build Your First Power BI Dashboard

1.8M views
•
June 10, 2025
by
Kevin Stratvert
YouTube video player
How to Build Your First Power BI Dashboard

TL;DR

Install Power BI Desktop, import an Excel workbook, and use Power Query Editor to clean the data before building a report. Connect related tables through a shared field, then create charts, cards, and tables that respond interactively to selections before publishing and sharing the finished report.

Transcript

Hi, I'm Kevin, and in this quick Power BI tutorial  for beginners, you'll learn all the essentials. We'll cover how to import data, build your first  report, and share it with others, even if you've never used Power BI before. Let's dive in. To get  started, we'll need to install Power BI Desktop. It's free and gives you everything you need to  bui... Read More

Key Insights

  • Power BI Desktop is the application used to import data, build dashboards, and publish reports, while Power BI Report Builder is presented as a more specialized option with fewer features for this beginner workflow.
  • The Navigator window is the place to preview the tables and sheets contained in an Excel workbook and select which ones should be included in the Power BI report.
  • The difference between Load and Transform Data is that Load imports the source as it appears, while Transform Data opens Power Query Editor so the information can be cleaned and reshaped before reporting.
  • Power Query transformations do not modify the original Excel workbook. Removing an unnecessary column in the editor only prevents that field from being imported into Power BI, leaving the source data untouched.
  • Applied Steps is a transformation history that records changes such as removed columns and replaced values. These recorded operations can be reviewed, undone, and automatically reapplied when the report data is refreshed.
  • Consistent values are necessary for reliable grouping and filtering. Replacing "U.S." with "United States" prevents Power BI from treating two labels for the same country as separate categories.
  • Table relationships allow fields from connected datasets to work together. Power BI detected the Customer ID relationship between Customers and Orders, reflecting that each customer can be associated with multiple orders.
  • Power BI visuals are interactive by default in the demonstrated report. Selecting a customer in the table filters both the shipment line chart and revenue card, while holding the Control key permits multiple customer selections.

Install to Summarize YouTube Videos and Get Transcripts

Explore YouTube Video Summarizer or Get YouTube Transcript Extractor

Questions & Answers

Q: How do you start building a report in Power BI Desktop?

Install Power BI Desktop from the Microsoft Store, open the application, and select Blank Report from the home screen. In Report View, choose a data source from the central options or the top ribbon. The tutorial connects to an Excel workbook containing customer and cookie sales data, then uses Navigator to preview and select the Customers and Orders sheets.

Q: What is the difference between Load and Transform Data in Power BI?

Load imports selected data exactly as it appears in the Excel workbook, without making preliminary changes. Transform Data opens Power Query Editor before the information reaches the report. That editor can remove unwanted columns, correct data types, split or merge fields, promote headers, and replace inconsistent values. Transformations can also be performed later if necessary.

Q: How do you clean imported data with Power Query Editor?

Open Power Query Editor by selecting Transform Data, then choose a query from the left pane. You can right-click columns to remove them or replace values, use the data type icon to correct field types, and promote the first row when headers were not detected. When the data is ready, select Close and Apply to return to Report View.

Q: Does Power Query change the original Excel file?

Power Query transformations in this workflow do not change the original Excel workbook. For example, removing the Rush Shipment column only tells Power BI not to bring that field into the report. The source file remains untouched. Power BI records the report-specific change in Applied Steps, where it can be reviewed, removed, or reapplied during later refreshes.

Q: How do Applied Steps work in Power BI?

Applied Steps records each transformation made to a query in Power Query Editor. It acts as a visible history of operations such as removing a column, promoting headers, or replacing inconsistent values. A step can be removed to reverse its effect. Recorded steps are also applied automatically the next time the report refreshes its data from the source.

Q: How do you create relationships between tables in Power BI?

Open Model View to see imported tables and any relationships Power BI detected. In the example, Customers and Orders are connected through their shared Customer ID field, representing customers who can have multiple orders. If Power BI does not detect the link, drag Customer ID from one table to the matching field in the other and specify the relationship.

Q: How do you create charts and cards in Power BI?

In Report View, choose a visual from the Visualizations pane and drag fields from the Data pane into its required areas. The line chart uses Order Date on the X axis and Cookies Shipped on the Y axis. For total revenue, add the Revenue field, select the resulting visual, and change its type to a card.

Q: How do interactive filters work in a Power BI report?

Visuals built from connected data automatically respond to selections elsewhere on the report canvas. In the example, clicking a customer name in the table updates the shipment line chart and revenue card to show only that customer's results. Hold the Control key to select multiple customers, or click a blank area to clear the filter and restore aggregate results.

Summary & Key Takeaways

  • Power BI Desktop provides the tools needed to import data, transform it, create reports, and publish the results. A new project begins with a blank report and a connection to a source such as Excel. The Navigator window then lets you preview and select the sheets or tables to import.

  • Power Query Editor prepares imported data without altering the original Excel workbook. Its tools can remove unnecessary columns, assign correct data types, promote the first row to headers, and standardize inconsistent values. Applied Steps records each transformation and automatically repeats those changes whenever the report data is refreshed in the future.

  • After cleaning the data, Model View displays imported tables and relationships such as the Customer ID connection between customers and orders. Report View turns those fields into visuals, including a shipment line chart, total revenue card, and customer table. Selecting customers automatically filters the connected visuals, creating an interactive report experience.


Read in Other Languages (beta)

Share This Summary 📚

Explore More Summaries from Kevin Stratvert 📚