DataLit
Back to blog
Power BI guide

How to Create Your First Power BI Dashboard: Step-by-Step Guide

DataLit TeamApril 6, 20267 min read

Learn how to create your first Power BI dashboard step by step, from loading sample data in Power BI Desktop to publishing and pinning visuals in the Power BI Service.

If you are brand new to Power BI, building your first dashboard can feel bigger than it really is. The good news is that your first useful dashboard only requires a small sequence of steps.

This guide walks you through the process from start to finish using simple sample sales data. By the end, you will know how to connect data, build a report in Power BI Desktop, add filters, publish it, and create a dashboard in the Power BI Service.

One important note before we start: in Power BI terminology, you usually build a report in Power BI Desktop and create a dashboard in the Power BI Service by pinning report visuals. Beginners often use the word "dashboard" for the whole thing, which is normal, but it helps to know the platform's actual workflow.

What you need before you start

  • Power BI Desktop installed on your computer
  • A Microsoft account with access to Power BI Service
  • A simple sample dataset

For this walkthrough, use a small sales-style dataset with columns such as Date, Country, Segment, Product, Sales, and Profit. If you already have a CSV or Excel file, that works too.

Step 1: Open Power BI Desktop and load sample data

Open Power BI Desktop and select Get data from the Home ribbon. If your sample file is an Excel workbook, choose Excel. If it is a CSV, choose Text/CSV.

Browse to your sample file and click Open. Power BI will show a Navigator window so you can choose the sheet or table you want to import. Select the main sales table and click Load.

Screenshot description: Power BI Desktop with the Home ribbon visible, the Get Data button highlighted, and a simple sales table selected in the Navigator panel.

Once the data loads, you should see the Fields pane on the right with your columns listed. Do not worry about perfection yet. The goal is to get a clean first report working.

Step 2: Review the fields and clean obvious issues

Before dragging visuals onto the canvas, scan the fields quickly:

  • Make sure Date is recognized as a date field.
  • Make sure Sales and Profit are numeric.
  • Rename any unclear column names.

If something looks wrong, open Transform data to launch Power Query. This is where you can fix headers, change data types, remove blank rows, or trim messy values.

For a first project, keep your cleanup light.

Screenshot description: The Fields pane showing columns like Date, Country, Segment, Product, Sales, and Profit, with the Transform Data option visible in the top ribbon.

Step 3: Create your first visuals

Now the fun part starts. Switch to the report canvas and begin with three simple visual types:

  • a bar or column chart
  • a line chart
  • a card

Visual 1: Sales by country

Insert a Clustered column chart.

  • Drag Country to the Axis field.
  • Drag Sales to the Values field.

This gives you a quick view of which countries generate the most revenue.

Visual 2: Profit over time

Insert a Line chart.

  • Drag Date to the X-axis.
  • Drag Profit to the Y-axis.

If Power BI creates a hierarchy automatically, you can keep it for now or switch to the raw date field depending on how detailed you want the trend to be.

Visual 3: Total sales KPI

Insert a Card visual.

  • Drag Sales into the card.

This creates a simple headline metric. Add another card for Profit if you want a second KPI.

Screenshot description: A beginner report canvas with a sales-by-country column chart on the left, a profit trend line chart on the right, and KPI cards across the top.

Step 4: Create simple measures for cleaner reporting

Power BI can summarize numeric columns automatically, but creating explicit measures is a better habit. Go to Modeling > New measure and add:

Total Sales = SUM(Financials[Sales])
Total Profit = SUM(Financials[Profit])

If your table is named something other than Financials, replace the table name with your own.

Then update your card visuals to use Total Sales and Total Profit instead of the raw columns. This makes your model easier to reuse as your report grows.

Step 5: Add filters and slicers

Dashboards become much more useful when viewers can narrow the data themselves.

Add a Slicer visual for Year or Date, and another slicer for Segment or Country.

For example:

  • Add Year so users can focus on one year at a time.
  • Add Segment so they can compare Government, Small Business, or Enterprise performance.

You can also use the Filters pane on the right for page-level or visual-level filtering, but slicers are easier for beginners because they are visible directly on the report.

Screenshot description: The report now includes slicers at the top for Year and Segment, with the charts updating based on the current selection.

Step 6: Improve the layout

Use these simple layout rules:

  • Put key KPIs across the top.
  • Place trend visuals near comparison charts.
  • Keep slicers together in one area.
  • Use clear chart titles.
  • Avoid too many colors.

You do not need a fancy design system for your first dashboard. Clean spacing and clear labels are enough.

Good beginner title examples:

  • Total Sales by Country
  • Monthly Profit Trend
  • Sales by Segment

Step 7: Add one more visual for context

Your dashboard will feel more complete if you add one extra breakdown visual. A good choice is a Donut chart or Bar chart for Segment by Sales.

  • Insert the visual.
  • Drag Segment to the category field.
  • Drag Total Sales to the values field.

Now users can see both geographic and customer-segment performance without leaving the page. If you want to keep it even simpler, add a Table visual instead that shows Product, Total Sales, and Total Profit.

Step 8: Check interactions

Click one visual and confirm the others respond. For example, clicking a country in the column chart should filter the line chart and KPI cards.

If the behavior is confusing, use Format > Edit interactions to control how visuals affect each other. For a first dashboard, the default cross-filtering is usually fine.

Step 9: Save and publish the report

Save your .pbix file locally first. Then click Publish in Power BI Desktop.

Choose a workspace in Power BI Service and confirm the upload. Once the report is published, open the report in the browser.

Screenshot description: The Publish dialog in Power BI Desktop followed by the report opened in Power BI Service inside a workspace.

This is the point where many beginners realize an important Power BI concept: the report you built in Desktop now lives in the Service, where sharing, dashboards, refresh, and collaboration happen.

Step 10: Turn the report into a dashboard

Inside Power BI Service, open your published report and pin at least one visual to a dashboard.

You can do this by hovering over a visual and selecting the pin icon. Then either:

  • add it to a new dashboard, or
  • pin it to an existing dashboard

If you want a broader overview, you can also pin a live report page depending on the experience available in your workspace.

This is the step that creates the actual Power BI dashboard.

Screenshot description: A report visual in Power BI Service with the pin icon selected, followed by a dashboard containing KPI cards and a sales chart tile.

Common beginner mistakes to avoid

Common beginner mistakes:

  • Importing messy data and never checking data types
  • Using too many visuals on one page
  • Skipping measures and relying only on default sums
  • Forgetting to add meaningful titles
  • Building a report but never publishing it
  • Calling a Desktop report a dashboard without learning the Service workflow

Final takeaway

Your first Power BI dashboard does not need advanced DAX, a perfect star schema, or a hundred formatting tweaks. It needs a clear dataset, a few useful visuals, basic filtering, and a clean publish flow.

If you want guided practice with real datasets, beginner-friendly DAX, and portfolio-ready reporting projects, start with the DataLit Power BI Foundations course. It is built to help new analysts move from first dashboard to confident reporting much faster.

Next step

Keep building practical Power BI skills.

DataLit courses give you guided exercises, real datasets, and project-based practice across dashboards, DAX, modeling, and reporting workflows so you can turn tutorials into job-ready skill.

Power BI Expert
by DataLit

Ask me anything about Power BI

DAX formulas, data modeling, Power Query,
visualizations, and more.