The Reports and Dashboards module is a powerful tool in Salesforce that allows users to analyze data, identify trends, and make informed decisions. Reports display detailed data, while dashboards provide a visual summary of key metrics.
Reports are structured lists of data pulled from Salesforce records. They allow users to view, filter, and analyze information based on specific criteria.
There are four main report types in Salesforce, each suited for different use cases:
Grouping organizes data within reports, making it easier to identify trends and summarize information.
Dashboards are visual representations of report data, providing a quick overview of key metrics and trends.
Dashboards are made up of components that display report data in different visual formats.
<$10K$10K - $50K>$50KOpen Report Builder.
Click "Add Formula".
Choose the fields to include in the formula.
Define the formula logic, such as:
Calculate Expected Revenue:
Amount * Probability
Calculate Discount Percentage:
(List Price - Sale Price) / List Price * 100
| Feature | Description | Best Use Cases |
|---|---|---|
| Custom Report Types | Creates reports with custom object relationships | Combining Leads and Opportunities in a single report |
| Bucket Fields | Groups data into categories without modifying the database | Categorizing Opportunities by Deal Size |
| Row-Level Formulas | Calculates values dynamically within reports | Computing Expected Revenue per Opportunity |
| Report Subscriptions | Delivers automated report updates via email | Sending daily reports of new deals to sales managers |
| Joined Reports | Displays data from multiple objects in separate report blocks | Comparing Opportunities and Support Cases for the same customers |
| Dashboard Filters | Allows users to change data views dynamically | Filtering a single dashboard by Sales Region |
What are the main report formats in Salesforce?
The main report formats are Tabular, Summary, Matrix, and Joined reports.
Each report format is designed for a different analysis need. Tabular reports show a straightforward list of records and are useful for simple exports or basic views. Summary reports group records by one or more fields and are commonly used for totals, subtotals, and dashboards. Matrix reports group records by both rows and columns, making them useful for comparing data across two dimensions, such as sales by region and quarter. Joined reports combine multiple report blocks so users can compare related datasets in one report. On the exam, the best answer depends on the reporting requirement. If the scenario needs grouping and aggregation, summary or matrix is usually correct; if it needs side-by-side related views, joined reports may be the right choice.
Demand Score: 83
Exam Relevance Score: 92
What is a dashboard in Salesforce?
A dashboard is a visual display of key metrics and trends built from underlying reports.
Dashboards help users and managers quickly understand business performance without reading raw report rows. A dashboard can include charts, tables, gauges, and metrics, and each component draws its data from a source report. Dashboards are commonly used for pipeline tracking, service performance, case backlog, and executive summaries. On the exam, administrators should know that dashboards do not store independent data; they depend entirely on report results. That means dashboard accuracy depends on good report design, correct filters, and proper data access. When the question focuses on visual monitoring of KPIs, dashboard is usually the correct concept. When it focuses on row-level analysis or exporting record data, report is usually the better answer.
Demand Score: 77
Exam Relevance Score: 89
What is the difference between a dynamic dashboard and a standard dashboard?
A dynamic dashboard shows data based on the running user, while a standard dashboard runs as a specific designated user.
In a standard dashboard, all viewers see data according to the access of the dashboard’s running user. In a dynamic dashboard, each user sees the dashboard based on their own data access. This is very important when multiple users need the same dashboard layout but should only see records they are allowed to access. For example, each sales manager could use the same dashboard and view only their own team’s results. On the exam, the clue is usually personalized visibility without creating many separate dashboards. Dynamic dashboards solve that need efficiently. However, they also have platform limits, so administrators should understand both the benefit and the operational tradeoff.
Demand Score: 75
Exam Relevance Score: 90
Why might a dashboard not show expected data?
Because the source reports, filters, refresh timing, or running-user settings may not match the intended data view.
Dashboard issues are often caused by configuration rather than missing data. Since every dashboard component is based on a report, the first step is to verify the report filters and report type. Next, check whether the dashboard has been refreshed recently, especially if it is not using real-time behavior for the viewing context. Another major factor is the running user: if the dashboard runs as a user with limited visibility, some data may not appear. The exam frequently tests troubleshooting logic like this. Administrators should remember that dashboards inherit structure from reports and visibility from security settings. When the visual result is wrong, the source report and security context are usually the first places to investigate.
Demand Score: 72
Exam Relevance Score: 87