Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a report showing total sales by product category, but some sales records have missing or blank values in the sales amount or category fields. You need to handle these null or blank values properly to avoid errors and get accurate totals.
📊 Data: You have a sales dataset with columns: OrderID, ProductCategory, SalesAmount. Some rows have blank or null values in ProductCategory or SalesAmount.
🎯 Deliverable: Create a Power BI report with a table visual showing ProductCategory and Total Sales. Replace blank or null ProductCategory with 'Unknown' and treat blank or null SalesAmount as zero in the total calculation.
Progress0 / 4 steps