Scenario Mode
👤 Your Role: You are a data analyst at a retail company.
📋 Request: Your manager wants to understand how product categories influence sales by region. They ask you to build a report that shows total sales by product category and region, ensuring that filtering on either category or region updates the other correctly.
📊 Data: You have two tables: 'Sales' with columns OrderID, ProductID, Region, and SalesAmount; and 'Products' with columns ProductID and Category. The tables are related by ProductID.
🎯 Deliverable: Create a Power BI report with a matrix visual showing total sales by Category and Region. Set up the relationship between tables with the correct direction and cross-filtering so that filtering on Category or Region works both ways.
Progress0 / 7 steps