---
title: "SFDC Dashboard: Create a Dashboard"  
description: "Hi Everyone, here we learn how to create Dashboards using reports in Salesforce"  
author: "Anonymous User"  
published: 2015-03-27  
updated: 2026-05-13  
canonical: https://www.mindstick.com/articles/1691/sfdc-dashboard-create-a-dashboard  
category: "sales force"  
tags: ["cloud development", "sfdc", "dev-401"]  
reading_time: 3 minutes  

---

# SFDC Dashboard: Create a Dashboard

In my previous posts:\

1. SFDC Reports: Analyze Data with Reports
2. SFDC Report: Getting more with Reports

we learn everything about how to create and use various kind of reports in SFDC. Now we move to [dashboard](https://answers.mindstick.com/qa/34007/reports-and-dashboard-limitations-in-salesforce) and see how to work with dashboards

Dashboards in [Salesforce](https://www.mindstick.com/articles/126174/automating-salesforce-cpq-testing) are like a dashboard in your car, showing you important information at a glance. Dashboards can show data in **charts, gauges, tables, metrics, or Visualforce pages**. Naturally, you can customize dashboards to show exactly what you want.

Here we create a new dashboard that's powered by the report we created in the previous post.

## Create a New Dashboard

Create a new dashboard for the [Warehouse](https://www.mindstick.com/blog/124804/essential-equipment-for-every-warehouse) app that's powered by the**Merchandise in Stock** report that you’ve created.

1. Click the **Reports tab** and then New Dashboard.

2. Click the editor's **[Components](https://www.mindstick.com/blog/74096/understanding-the-role-of-some-integral-ac-components)** **tab**, then drag the Vertical [Bar Chart](https://answers.mindstick.com/qa/109635/how-to-create-a-bar-chart-in-excel) [component](https://www.mindstick.com/articles/12262/learn-how-to-make-a-component-in-magento-2) and drop it in the first column of the new dashboard.

![SFDC Dashboard: Create a Dashboard](https://www.mindstick.com/mindstickarticle/bd5f8463-285a-44ae-88e3-00c989a80c84/images/bffc76b3-1206-4818-bbd1-0adedb7f763e.png)

**3**. Now click the editor's Data Sources tab, and under Reports > Unfiled Public Reports, drag your report and drop it on top of the new Vertical Bar Chart component that's in the dashboard.

![SFDC Dashboard: Create a Dashboard](https://www.mindstick.com/mindstickarticle/bd5f8463-285a-44ae-88e3-00c989a80c84/images/895f7130-a8a1-449c-bc93-4e7722a5877c.png)

**Add a [Pie Chart](https://answers.mindstick.com/qa/109613/how-to-create-a-pie-chart-in-excel) Component**

That was so easy. Why not play around with adding a different type of dashboard component, just for fun?

**1.** Repeat the previous steps, but this timeuse a **Pie Chart** component in the second column.

**2.** Then click **Remove this column (X)** in the header of the third column to remove the unused third column from the layout. When you are finished, the dashboard preview should look similar to the following.

![SFDC Dashboard: Create a Dashboard](https://www.mindstick.com/mindstickarticle/bd5f8463-285a-44ae-88e3-00c989a80c84/images/f97bad48-67a5-496a-83db-c0b7115db7ec.png)

## Try Out the App

**1.** Close the editor, and in the pop-updialog, choose **Save and Close**. The dashboard then runs automatically when you leave the editor. Your dashboard should look similar to the following image.

![SFDC Dashboard: Create a Dashboard](https://www.mindstick.com/mindstickarticle/bd5f8463-285a-44ae-88e3-00c989a80c84/images/67d55290-7456-42a1-8a8d-bfeb26f29142.png)

**2.** To access the dashboard at any time, click the Reports or Dashboard tab in the Warehouse app.

\
**Point to focus:**

• When you set a running user for a dashboard, it runs using the [security](https://www.mindstick.com/articles/43813/new-security-technologies) settings of that single, specific user. All users with access to the dashboard see the same data, regardless of their own personal security settings. To set the running user, click next to the View dashboard as field.

• Dashboards can be updated either manually or on a schedule, and they can be delivered through email and mobile.

• A dashboard won't automatically refresh unless it is set to do so. Each time you view a dashboard, it indicates in the upper-right corner when it was last refreshed. To update the data in the dashboard, click Refresh.

• Try adding a filter when editing the dashboard by clicking Add Filter. A filter lets you see different views of dashboard data based on filter conditions. You can add up to three filters per dashboard with up to ten conditions on a filter. Instead of [filtering](https://www.mindstick.com/forum/33958/how-to-filtering-with-the-entity-framework-is-an-asp-dot-net-mvc-application) at the report level, you directly manipulate dashboard data.

***This document is referred from**salesforce help tutorials*

---

Original Source: https://www.mindstick.com/articles/1691/sfdc-dashboard-create-a-dashboard

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
