By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
(Tabular, Summary, Matrix, Joined – For Admins Who Need to Deliver Fast)
You’re a Salesforce Admin. Your VP of Sales just Slacked you:
"I need a report showing quarterly revenue by region, broken down by product family, with year-over-year growth—and I need it in 30 minutes for the board meeting."
If you don’t know which report type to use, you’ll waste time building the wrong thing—or worse, hand them a flat table that forces them to manually calculate growth in Excel.
Report types in Salesforce aren’t just "views" of data—they’re the difference between:✅ A 5-minute task (drag-and-drop a Matrix report) vs.❌ A 2-hour nightmare (exporting raw data, pivoting in Excel, and praying you didn’t miss a filter).
Real-world impact:- Tabular reports = Quick lists (e.g., "Show me all open Opportunities").- Summary reports = Grouped data (e.g., "Revenue by Account Owner").- Matrix reports = Cross-tab comparisons (e.g., "Revenue by Region and Product").- Joined reports = Side-by-side comparisons (e.g., "Closed Won vs. Closed Lost Opportunities this quarter").
If you ignore this:- Users will export raw data and build their own (inconsistent) reports in Excel.- Dashboards will break because they rely on the wrong report type.- You’ll waste hours rebuilding reports when a simple type switch would’ve fixed it.
Setup → Report Types → [Your Report Type] → Fields Available for Reports
Stage = "Closed Won"
(AMOUNT:SUM - PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE)) / PREVGROUPVAL(AMOUNT:SUM, CLOSE_DATE)
Type - Purpose - Timeframe
Matrix - Quarterly Revenue by Region - 2023
❌ Summary (only one group).
"You need to compare Opportunities and Cases side-by-side. Which report type?"
❌ Matrix (only works with related objects).
"A user wants to see revenue by region and product family. Which report type?"
"Your sales team needs a report showing closed won opportunities by region and quarter, with year-over-year growth. Which report type should you use?" - ✅ Matrix (only type that supports two groupings + formulas).- ❌ Summary (can’t do two groupings).- ❌ Joined (not needed—only one object).
Build a Summary report showing "Open Opportunities by Stage", with: - A count of Opportunities per stage.- A sum of Amount per stage.- A filter for Opportunities created in the last 30 days.
Stage
Amount (Sum)
Created Date = LAST 30 DAYS
Summary - Open Opps by Stage (Last 30 Days)
Why it works:- Summary reports group by one field (Stage).- Filters limit data to recent records.- Sum of Amount gives the total value per stage.
AMOUNT:SUM / COUNT
⚠️ Exam Traps:- Default report type = Tabular (not Summary/Matrix).- Joined reports can’t be used in dashboards.- Matrix reports don’t support bucket fields (use formulas instead).
"If a user asks for a ‘simple list,’ always ask: ‘Do you need to group or sum this data?’ If the answer is ‘yes,’ you’re not building a Tabular report."
Now go build something that saves your team 10 hours a week. ?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.