Scenario Mode
👤 Your Role: You are a Power BI developer at a retail company.
📋 Request: Your manager wants a sales report where each sales manager can only see data for their own region automatically.
📊 Data: You have a Sales table with columns: SalesID, Region, SalesAmount, SalesDate, and a Users table with columns: Username, RegionAssigned.
🎯 Deliverable: Create a Power BI report with dynamic Row-Level Security (RLS) so that when a sales manager opens the report, they only see sales data for their assigned region based on their login username.
Progress0 / 5 steps