Practical Example Using Power BI

POWER BI 

Open Power BI 

Interface

  • First interface contains some data source connections and one blank report.
  • After clicking on blank report the actual interface of Power BI will open.
  • In that :
    • Left side:
      • Report view: Create dashboard
      • Table view: Display data tables.
      • Model view: Create relationships.
      • DAX Queries: Write queries here.
    • Top part:
      • Called ribon contains different features related to visuals.
    • Bottom part: 
      • Contain two views first is desktop another is mobile.
      • And other things are pages as like sheets from excel.
    • Right part:
      • It is called pane.
      • Three pane:
        • Data: It shous data reated part.
        • Visualization: It shows different visuals, graphs.
        • Filter: Apply some filters to data.
Practical Example
--- Retail Sales Dashboard using Power BI ---

Sheet1: Sales_Data

Order_ID

Product

Region

Quantity

Price

Date

Customer_ID

101

Laptop

North

2

50000

01-01-2024

C01

102

Mobile

South

3

20000

02-01-2024

C02

103

Tablet

East

1

30000

03-01-2024

C03


 Sheet 2: Customer_Data

Customer_ID

Customer_Name

City

C01

Rahul

Delhi

C02

Priya

Mumbai

C03

Amit

Pune


🔹 Step 1: Data Loading

  • Open Power BI 
  • Get Data → Excel → select File 
  • Add two sheets
  • Click: Load

🔹 Step 2: Data Transformation

        Click: Transform Data
  • Check Data Types: from table view. 
  • Quantity → Whole Number 
  • Price → Decimal Number 
  • Create New Column:
    • Column Name: Total_Amount
    • Formula: Total_amount = Quantity * Price

    • Click: Close & Apply

    🔹Step 3: Relationship

    • Go to Model View
    • Connect: 
      • Sales_Data[Customer_ID] → Customer_Data[Customer_ID]




    Comments

    Popular posts from this blog

    Introduction To Data Visualization

    Practical Questions