By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
(For PL-300 Exam & Real-World Dashboards)
You’re a Power BI developer at a retail company. Your sales VP drops a bomb: "Why did revenue drop 15% last quarter? Was it region? Product? Discounts? And don’t just show me a table—I need to drill into the root cause in 3 clicks."
This is where Decomposition Tree and AI Visuals (Q&A, Key Influencers) become your superpower.- Decomposition Tree: Lets users interactively break down metrics (e.g., revenue) by dimensions (region, product, time) in a single visual. Think of it like a "choose-your-own-adventure" pivot table.- AI Visuals (Q&A, Key Influencers): Automate insights. Q&A lets users type questions in plain English (e.g., "Show sales by region for Q3"), while Key Influencers uses ML to automatically identify what factors most impact a metric (e.g., "Discounts >10% reduce profit by 22%").
Why this matters in production:- Saves hours of manual analysis: No more building 10 different charts to answer "why?"—users self-serve.- Reduces dashboard clutter: Replace 5 slicers + 3 bar charts with one interactive visual.- Catches hidden patterns: Key Influencers might reveal that "customers who buy Product X are 3x more likely to churn"—something a human analyst could miss.- PL-300 exam focus: These visuals are heavily tested. Expect scenario-based questions like "Which visual lets users drill into revenue by region, then product, then month?" (Answer: Decomposition Tree).
Real-world scenario:You inherit a 50-page Power BI report. The CFO complains it’s "too complex." You replace 10 static charts with: 1. A Decomposition Tree for revenue breakdowns.2. A Key Influencers visual showing what drives customer churn.3. A Q&A button for ad-hoc questions.→ Result: Report shrinks to 5 pages, adoption skyrockets, and you look like a genius.
Revenue
Profit
Region
Product
Month
Churned
Sales
Products
Regions
Example Dataset: Use the built-in Sales and Marketing sample dataset in Power BI (File → Get Data → Samples).
Sales and Marketing
Goal: Let users drill into Revenue by Region → Product → Month.
Get data (e.g., Sales and Marketing sample dataset).
Create a Decomposition Tree:
Drag Region, Product, and Month into the Explain by field.
Enable AI Splits:
(Optional) Set Max Depth to 3 (to limit drill-down levels).
Test it:
North America
Manually drill into Month to see trends.
Format the visual:
Expected Output: (A tree showing Revenue → Region → Product → Month, with AI-suggested splits.)
Goal: Identify what factors most influence customer churn.
(If missing, create a calculated column: Churned = IF([LastPurchaseDate] < DATEADD(TODAY(), -90, DAY), "Yes", "No"))
Churned = IF([LastPurchaseDate] < DATEADD(TODAY(), -90, DAY), "Yes", "No")
Create the Key Influencers visual:
Drag potential influencers (e.g., Discount %, Product Category, Customer Tenure) into the Explain by field.
Discount %
Product Category
Customer Tenure
Run the analysis:
Review the Influencers tab (e.g., "Product Category: Electronics has a +12% effect on churn").
Validate the results:
Expected Output: (A visual showing "Top Segments" and "Influencers" for churn.)
Goal: Let users type questions like "Show revenue by region for Q3 2023".
Drag it onto your report canvas.
Train Q&A:
"Sales" = "Revenue"
"Area" = "Region"
Add field descriptions (e.g., "Profit" is revenue minus costs).
"Profit" is revenue minus costs
Date
Try: "What are my top 5 products by profit?".
Pin to dashboard (Power BI Service):
Expected Output: (A bar chart generated from the query "Show revenue by region for Q3 2023".)
CustomerID
SSN
%LocalAppData%\Microsoft\Power BI Desktop\Traces
"How do you enable AI splits in a Decomposition Tree?" → Answer: Click the lightbulb icon and toggle AI Splits to On.
Key Influencers:
"What type of data does Key Influencers require for the 'Analyze' field?" → Answer: Binary (Yes/No) or numeric.
Q&A:
"GM" = "Gross Margin"
"You need to let users explore revenue by any dimension without pre-defining paths. Which visual?" → Answer: Decomposition Tree.
"Your Key Influencers visual shows 'No influencers found.' What’s the likely issue?" → Answer: The target field isn’t binary or numeric, or there’s not enough data.
"Users complain Q&A doesn’t recognize 'sales.' How do you fix it?" → Answer: Add a synonym ("sales" = "revenue") in Teach Q&A.
"sales" = "revenue"
You’re given a dataset with: - Sales table: Revenue, Product, Region, Month.- Customers table: CustomerID, Churned (Yes/No), Discount %, Tenure.
Customers
Tenure
Task: 1. Build a Decomposition Tree to let users drill into Revenue by Region → Product → Month.2. Build a Key Influencers visual to identify what drives Churned.3. Add a Q&A button that answers "Show top 5 products by revenue."
Solution: 1. Decomposition Tree: - Drag Revenue to Analyze. - Drag Region, Product, Month to Explain by. - Enable AI Splits.
Bin Discount % into ranges (e.g., 0-10%, 10-20%).
Why It Works: - Decomposition Tree lets users interactively explore revenue.- Key Influencers automatically finds churn drivers.- Q&A provides self-service answers without building new charts.
Microsoft: Q&A Visual
Tutorials:
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.