Scenario Mode
👤 Your Role: You are a data analyst working with Power BI to prepare sales data for reporting.
📋 Request: Your manager wants you to optimize data loading by using query folding in Power Query to improve performance and reduce data refresh time.
📊 Data: You have a sales database table with columns: Date, Region, Product, SalesAmount, and Quantity. The data is large and stored in a SQL Server database.
🎯 Deliverable: Create a Power Query query that filters sales for the current year and sums SalesAmount by Region, ensuring query folding is applied to push transformations to the database.
Progress0 / 5 steps