Your First Report
Build your first Power BI report step-by-step
What You'll Learn
- Create your first Power BI report from scratch
- Load sample data
- Build basic visualizations
- Understand visual interactions
- Format and customize visuals
Getting Sample Data
We'll use Excel sample data for this first report.
Download Sample Data: Power BI Desktop > Home > Get Data > Samples > Financial Sample
Or create a simple Excel file with this data:
Product, Sales, Region
- Laptop, 50000, East
- Phone, 35000, West
- Tablet, 28000, East
- Monitor, 15000, West
Step 1: Load Data
- Open Power BI Desktop
- Home > Get Data > Excel
- Browse to your Excel file
- Select the table/sheet
- Click Load
You'll see the table appear in the Fields pane!
Step 2: Create Your First Visual
Let's make a bar chart showing Sales by Product.
Steps:
- Click on the Report View (left sidebar)
- From Visualizations pane, click Clustered Bar Chart
- Drag Product to the Y-axis
- Drag Sales to the X-axis
Result: A bar chart appears showing sales for each product!
Step 3: Add a Second Visual
Let's add a pie chart for Sales by Region.
Steps:
- Click empty space on canvas (deselect first chart)
- Click Pie Chart in Visualizations
- Drag Region to Legend
- Drag Sales to Values
Now you have two visuals!
Step 4: Format Your Visuals
Make your charts look professional.
Chart Title:
- Select the bar chart
- Visualizations > Format (paint roller icon)
- Expand Title
- Toggle On
- Change text to "Sales by Product"
Colors:
- Expand Data colors
- Choose your color scheme
Data Labels:
- Expand Data labels
- Toggle On
- Now values appear on bars!
Step 5: Add a Card Visual
Cards display a single important number (KPI).
Create Total Sales Card:
- Click empty space
- Select Card visual
- Drag Sales to Fields
This shows total sales across all products!
Step 6: Arrange Your Report
Make it look clean and organized.
Tips:
- Resize visuals by dragging corners
- Drag to reposition
- Use View > Gridlines to align
- Leave white space - don't crowd
Suggested Layout:
- Sales by Product Bar Chart (left)
- Sales by Region Pie Chart (right)
- Total Sales Card (bottom)
Understanding Visual Interactions
Click on a bar in your bar chart. Notice:
- The pie chart filters to that product
- The card updates to show that product's sales
This is cross-filtering - visuals interact automatically!
Control Interactions: Format > Edit Interactions > choose how visuals interact
Step 7: Add a Slicer
Slicers are filters users can control.
Add Region Slicer:
- Click Slicer visual
- Drag Region to Field
- Now you can click East/West to filter all visuals!
Step 8: Add a Title
Make your report look professional.
Steps:
- Insert > Text Box
- Type "Sales Dashboard"
- Increase font size (20-24pt)
- Make it bold
- Position at the top
Your First Report Complete!
You now have:
- Bar chart showing sales by product
- Pie chart showing sales by region
- Card showing total sales
- Slicer to filter by region
- Professional title
Save Your Work
File > Save As
- Choose a location
- Name it "My First Report.pbix"
- .pbix is Power BI Desktop file format
Try This Challenge
Add these enhancements:
- Change the theme (View > Themes)
- Add background color to report
- Create a table showing all data
- Add data labels to pie chart
Next Module Preview
In Module 1, you'll learn:
- Connecting to real data sources
- Cleaning data with Power Query
- Transforming and shaping data
- Building proper data models
Congratulations!
You've created your first Power BI report!
This is just the beginning. Power BI can handle millions of rows, complex calculations, and sophisticated visuals.
Tip: Practice recreating this report from memory. Repetition builds muscle memory!