🔒 Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided PL-300 Domain 3
Domain 3 — Module 7 of 7 100%
21 of 26 overall

PL-300 Study Guide

Domain 1: Prepare the Data

  • Connecting to Data Sources Free
  • Storage Modes: Import, DirectQuery & DirectLake Free
  • Data Profiling & Quality Free
  • Power Query Transforms Free
  • Combining Data: Merge, Append & Queries
  • Fact Tables, Dimension Tables & Keys
  • Data Loading & Query Optimisation

Domain 2: Model the Data

  • Star Schema & Relationships
  • Date Tables & Table Properties
  • Columns vs Measures: When to Use Which
  • DAX Fundamentals Free
  • CALCULATE & Filter Context
  • Time Intelligence & Calculation Groups
  • Model Performance Optimisation

Domain 3: Visualize and Analyze the Data

  • Choosing & Formatting Visuals
  • Slicers, Filters & Interactions
  • Bookmarks, Tooltips & Navigation
  • Copilot in Power BI Reports
  • Report Pages & Paginated Reports
  • Mobile, Accessibility & Personalisation
  • AI Visuals & Pattern Discovery

Domain 4: Manage and Secure Power BI

  • Workspaces & Distribution
  • Dashboards, Alerts & Subscriptions
  • Gateways & Scheduled Refresh
  • Row-Level Security & Access Control
  • Sensitivity Labels & Governance

PL-300 Study Guide

Domain 1: Prepare the Data

  • Connecting to Data Sources Free
  • Storage Modes: Import, DirectQuery & DirectLake Free
  • Data Profiling & Quality Free
  • Power Query Transforms Free
  • Combining Data: Merge, Append & Queries
  • Fact Tables, Dimension Tables & Keys
  • Data Loading & Query Optimisation

Domain 2: Model the Data

  • Star Schema & Relationships
  • Date Tables & Table Properties
  • Columns vs Measures: When to Use Which
  • DAX Fundamentals Free
  • CALCULATE & Filter Context
  • Time Intelligence & Calculation Groups
  • Model Performance Optimisation

Domain 3: Visualize and Analyze the Data

  • Choosing & Formatting Visuals
  • Slicers, Filters & Interactions
  • Bookmarks, Tooltips & Navigation
  • Copilot in Power BI Reports
  • Report Pages & Paginated Reports
  • Mobile, Accessibility & Personalisation
  • AI Visuals & Pattern Discovery

Domain 4: Manage and Secure Power BI

  • Workspaces & Distribution
  • Dashboards, Alerts & Subscriptions
  • Gateways & Scheduled Refresh
  • Row-Level Security & Access Control
  • Sensitivity Labels & Governance
Domain 3: Visualize and Analyze the Data Premium ⏱ ~13 min read

AI Visuals & Pattern Discovery

Use Power BI's AI visuals — Key Influencers, Decomposition Tree, Q&A, Smart Narrative — plus the Analyze feature, grouping, binning, clustering, forecasting, and anomaly detection.

Let Power BI find the insights

☕ Simple explanation

Think of a detective with a magnifying glass. You could spend hours scanning every row of data looking for patterns — or you could let Power BI’s AI do the scanning for you.

Power BI has built-in AI visuals that automatically find what’s driving your metrics, decompose numbers into contributing factors, forecast future trends, and flag data points that look unusual. These features are heavily tested on the PL-300 exam.

Power BI offers several AI-powered analytics features: AI visuals (Key Influencers, Decomposition Tree, Q&A, Smart Narrative), the Analyze feature (right-click → Analyze), Analytics pane additions (reference lines, forecasting, anomaly detection), and statistical grouping tools (grouping, binning, clustering).

These features use machine learning under the hood but don’t require any data science knowledge — they’re designed for business analysts who need insights without writing code.

AI visuals

Key Influencers

What it does: Identifies which factors most influence a metric — what makes it increase, decrease, or fall into a category.

Riley at Coastal Fresh (🛒) uses Key Influencers to find what drives high-value orders:

  • Region: North is 2.3x more likely to produce orders over $200
  • Day of week: Saturday orders are 1.8x more likely to be high-value
  • Product category: Organic products increase order value by $35 on average

How to use: Insert the Key Influencers visual → drag the metric to “Analyze” → drag potential factors to “Explain by”

Decomposition Tree

What it does: Breaks down a measure into contributing dimensions, letting you drill into what makes up the total.

Nadia at Prism Agency (📊) decomposes total campaign spend → by Platform → by Client → by Campaign Type. The tree shows that 60% of spend is on Meta Ads, and within Meta, Client X accounts for 40%.

How to use: Insert Decomposition Tree → drag a measure to “Analyze” → drag dimensions to “Explain by” → click each level to drill

Q&A Visual

What it does: Lets users type natural language questions and get instant visual answers.

“What was total revenue last month by region?” → Power BI generates a bar chart.

Smart Narrative

What it does: Automatically generates a text summary of the data, highlighting key trends and outliers. (Related to the Copilot narrative visual covered earlier — Smart Narrative is the non-Copilot version.)

Each AI visual answers a different type of question
AI VisualBest ForExample
Key InfluencersFinding what drives a metric up or downWhat makes customers churn? What increases order value?
Decomposition TreeBreaking down a total into component partsWhere is our $5M revenue coming from? Which segments contribute most?
Q&AAd-hoc questions in natural languageUsers type 'show sales by region last quarter' and get a chart
Smart NarrativeAuto-generated text summariesExecutive reports that need plain-English explanations

The Analyze feature

Right-click any data point → Analyze to access quick AI explanations:

  • Explain the increase/decrease — why did revenue jump in March?
  • Find where this distribution is different — which segments deviate from the overall pattern?

Power BI runs analysis in the background and shows contributing factors ranked by impact.

Grouping, binning, and clustering

Grouping

Manually combine category values into custom groups.

Dr. Ethan at Bayview Medical (🏥) groups individual departments into “Surgical”, “Medical”, and “Support” groups for higher-level reporting.

How to: Right-click values in a visual → Group → select items to combine

Binning

Automatically group numeric values into ranges (bins).

Kenji at Apex Manufacturing (🏭) bins order quantities into ranges: 1-10, 11-50, 51-100, 100+ to see the distribution of order sizes.

How to: Right-click a numeric field in the Fields pane → New group → set bin size

Clustering

Automatically identifies natural groupings in scatter plot data using machine learning.

How to: On a scatter plot → select the ”…” menu → Automatically find clusters

Power BI creates cluster labels (Cluster 1, Cluster 2, etc.) that you can rename to business-meaningful names.

Reference lines, error bars, and forecasting

Analytics pane additions

Select a line chart or bar chart → Analytics pane (magnifying glass icon):

FeatureWhat It Shows
Constant lineA fixed reference value (e.g., target = $100K)
Average lineThe average of the data series
Min/Max lineThe minimum or maximum value
Trend lineLinear or polynomial trend overlay
ForecastPredicted future values based on historical data
Error barsConfidence intervals around data points

Forecasting

Forecast extends a line chart into the future based on historical patterns.

How to configure:

  • Forecast length: How far ahead (e.g., 3 months)
  • Confidence interval: Width of the prediction band (e.g., 95%)
  • Seasonality: Auto-detect or manual (e.g., 12 for monthly seasonality)

Anomaly detection

Anomaly detection automatically identifies data points that deviate significantly from expected patterns.

On a line chart:

  1. Analytics pane → Find anomalies
  2. Power BI highlights unusual data points with markers
  3. Click an anomaly → Power BI explains possible causes

Riley at Coastal Fresh (🛒) spots an anomaly in her daily sales: a sudden spike on March 15. Clicking the anomaly reveals it coincided with a marketing promotion in the North region.

💡 Exam tip: anomaly detection requirements

Anomaly detection works on line charts with a date axis. It requires enough historical data to establish a pattern (typically 12+ data points). It uses machine learning to calculate expected values and flags points that fall outside the confidence interval.

Knowledge check

Question

What does the Key Influencers visual show?

Click or press Enter to reveal answer

Answer

Which factors most influence a metric — what drives it up, down, or into a specific category. Drag the metric to 'Analyze' and potential factors to 'Explain by'.

Click to flip back

Question

What's the difference between grouping and binning?

Click or press Enter to reveal answer

Answer

Grouping manually combines category values into custom groups (e.g., departments → divisions). Binning automatically splits numeric values into equal-sized ranges (e.g., ages into 10-year bins).

Click to flip back

Question

Where do you add a forecast to a chart?

Click or press Enter to reveal answer

Answer

Analytics pane (magnifying glass icon) on a line chart → Forecast. Configure length, confidence interval, and seasonality.

Click to flip back

Knowledge Check

Riley wants to understand what makes some orders high-value (over $200). Which AI visual should she use?

Knowledge Check

Kenji adds a forecast to his production line chart. The forecast shows a downward trend with a wide confidence interval. What does the wide interval suggest?

🎬 Video coming soon

Next up: Workspaces and Distribution — publish, share, and distribute your reports.

← Previous

Mobile, Accessibility & Personalisation

Next →

Workspaces & Distribution

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.