{"id":9121,"date":"2025-06-24T16:18:35","date_gmt":"2025-06-24T10:48:35","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=9121"},"modified":"2025-06-24T16:18:40","modified_gmt":"2025-06-24T10:48:40","slug":"how-to-create-a-dashboard-in-metabase","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/","title":{"rendered":"How to Create a Dashboard in Metabase"},"content":{"rendered":"\n<p>You can create insightful dashboards with Metabase, a robust, open-source business intelligence tool, without requiring complex technical knowledge. Metabase facilitates the visualisation and sharing of data for developers, business owners, and data analysts alike. This tutorial will cover installation, data connection, and dashboard creation as we go through the steps of building a Metabase dashboard from scratch.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Metabase?<\/h2>\n\n\n\n<p>Building interactive dashboards, creating visualisations, and querying databases are all made possible by the user-friendly Metabase platform. It is perfect for teams aiming to democratise data access and supports a variety of databases, including PostgreSQL, MySQL, and SQL Server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Install and Set Up Metabase<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Option 1: Use Metabase Cloud<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Visit <a href=\"https:\/\/www.metabase.com\/cloud\">Metabase Cloud<\/a> and sign up for a hosted instance.<\/li>\n\n\n\n<li>Follow the setup wizard to create an account and configure your instance.<\/li>\n\n\n\n<li>No server management is required, making this ideal for quick starts.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Option 2: Self-Host Metabase<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Download Metabase<\/strong>: Go to <a href=\"https:\/\/www.metabase.com\/start\/\">Metabase.com<\/a> and download the open-source version (JAR file or Docker image).<\/li>\n\n\n\n<li><strong>Run Metabase<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>JAR File<\/strong>: Ensure Java (JDK 11 or higher) is installed, then run:<code>java -jar metabase.jar<\/code><\/li>\n\n\n\n<li><strong>Docker<\/strong>: Pull and run the Metabase Docker image:<code>docker run -d -p 3000:3000 --name metabase metabase\/metabase<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Access Metabase at <code>http:\/\/localhost:3000<\/code> and complete the setup wizard:\n<ul class=\"wp-block-list\">\n<li>Create an admin account.<\/li>\n\n\n\n<li>Set your language and preferences.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Connect Your Data Source<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Log in as Admin<\/strong>: Use your admin credentials to access the Metabase admin panel.<\/li>\n\n\n\n<li><strong>Add a Database<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Admin Panel &gt; Databases &gt; Add Database<\/strong>.<\/li>\n\n\n\n<li>Select your database type (e.g., PostgreSQL, MySQL, etc.).<\/li>\n\n\n\n<li>Enter connection details:\n<ul class=\"wp-block-list\">\n<li>Host (e.g., <code>localhost<\/code> or your database server IP).<\/li>\n\n\n\n<li>Port (e.g., <code>5432<\/code> for PostgreSQL).<\/li>\n\n\n\n<li>Database name, username, and password.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click <strong>Save<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Test the Connection<\/strong>: Metabase will verify the connection. If successful, your database tables will be available for querying.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Create Questions (Visualisations)<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Navigate to the Data Browser<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Click <strong>New &gt; Question<\/strong> from the top-right menu.<\/li>\n\n\n\n<li>Select your database and table.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Build a Query<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>SQL Mode<\/strong>: Write custom SQL queries for advanced analysis. <br>For example:<code>SELECT * FROM users WHERE company = 'XYZsolution';<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Choose a Visualisation<\/strong>:\n<ul class=\"wp-block-list\">\n<li>After running the query, select a visualisation type (e.g., bar chart, line chart, pie chart) from the visualisation options.<\/li>\n\n\n\n<li>Customise settings like labels, colours, or axes.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Save the Question<\/strong>\n<ul class=\"wp-block-list\">\n<li>Click <strong>Save<\/strong>, give the question a name, and choose a collection to store it.<\/li>\n\n\n\n<li>Optionally, add a description for clarity.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-scaled.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"282\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-1024x282.png\" alt=\"\" class=\"wp-image-9126\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-1024x282.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-300x83.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-768x212.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-1536x424.png 1536w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-2048x565.png 2048w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.47.56\u202fPM-2-850x234.png 850w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-scaled.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-1024x545.png\" alt=\"\" class=\"wp-image-9127\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-1024x545.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-300x160.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-768x409.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-1536x818.png 1536w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-2048x1091.png 2048w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.54.59\u202fPM-563x300.png 563w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Build a Dashboard<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Create a New Dashboard<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Click <strong>New &gt; Dashboard<\/strong> from the top-right menu.<\/li>\n\n\n\n<li>Name the dashboard (e.g., \u201cSales Overview\u201d) and save it to a collection.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Add Questions to the Dashboard<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Click <strong>Add a Card<\/strong> and select saved questions from your collections.<\/li>\n\n\n\n<li>Arrange cards by dragging and resizing them for a clean layout.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Customise the Dashboard<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Add text cards for titles or descriptions: Click <strong>Add a Text Card<\/strong> and write in Markdown.<\/li>\n\n\n\n<li>Apply filters (e.g., date range, category) to make the dashboard interactive:\n<ul class=\"wp-block-list\">\n<li>Click <strong>Add a Filter<\/strong> and map it to relevant questions.<\/li>\n\n\n\n<li>Example: Add a date filter to sync all visualisations to a specific time period.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Save and Share<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Click <strong>Save<\/strong> to finalise the dashboard.<\/li>\n\n\n\n<li>Share it with your team via a public link (enable in <strong>Admin &gt; Settings &gt; Public Sharing<\/strong>) or restrict access to specific users.<br>                     <img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"238\" class=\"wp-image-9131\" style=\"width: 500px\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg\" alt=\"\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg 480w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1-300x149.jpg 300w\" sizes=\"auto, (max-width: 480px) 100vw, 480px\" \/><br>        <img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"1081\" class=\"wp-image-9128\" style=\"width: 600px\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM.png\" alt=\"\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM.png 2000w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM-300x162.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM-1024x553.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM-768x415.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM-1536x830.png 1536w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-at-3.58.41\u202fPM-555x300.png 555w\" sizes=\"auto, (max-width: 2000px) 100vw, 2000px\" \/><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices for Metabase Dashboards<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Keep It Simple<\/strong>: To prevent overburdening users, concentrate on important metrics.<\/li>\n\n\n\n<li><strong>Use Clear Titles<\/strong>: Give questions and dashboards clear names that correspond to their intended use.<\/li>\n\n\n\n<li><strong>Leverage Collections<\/strong>: Organise questions and dashboards into collections for easy access.<\/li>\n\n\n\n<li><strong>Test Filters<\/strong>: Ensure filters work across all relevant cards for a seamless experience.<\/li>\n\n\n\n<li><strong>Optimise Performance<\/strong>: For large datasets, use database views or materialized views to speed up queries.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>You can turn raw data into actionable insights by creating a Metabase dashboard, which is simple yet effective. Your team can make data-driven decisions if you connect your data, create insightful questions, and create an interactive dashboard. It is the preferred business intelligence tool due to its versatility and user-friendliness, regardless of whether you are using Metabase Cloud or a self-hosted instance.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can create insightful dashboards with Metabase, a robust, open-source business intelligence tool, without requiring complex technical knowledge. Metabase facilitates the visualisation and sharing of data for developers, business owners, and data analysts alike. This tutorial will cover installation, data connection, and dashboard creation as we go through the steps&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">How to Create a Dashboard in Metabase<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":514,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-9121","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"You can create insightful dashboards with Metabase, a robust, open-source business intelligence tool, without requiring complex technical knowledge. Metabase facilitates the visualisation and sharing of data for developers, business owners, and data analysts alike. This tutorial will cover installation, data connection, and dashboard creation as we go through the steps&hellip; Continue Reading How to Create a Dashboard in Metabase\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-24T10:48:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-24T10:48:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg\" \/>\n<meta name=\"author\" content=\"sujith k\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sujith k\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/\"},\"author\":{\"name\":\"sujith k\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/9dae21345bec4359dc69cdb1706b96ea\"},\"headline\":\"How to Create a Dashboard in Metabase\",\"datePublished\":\"2025-06-24T10:48:35+00:00\",\"dateModified\":\"2025-06-24T10:48:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/\"},\"wordCount\":652,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/hqdefault-1.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/hqdefault-1.jpg\",\"datePublished\":\"2025-06-24T10:48:35+00:00\",\"dateModified\":\"2025-06-24T10:48:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/hqdefault-1.jpg\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/hqdefault-1.jpg\",\"width\":480,\"height\":238},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-create-a-dashboard-in-metabase\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create a Dashboard in Metabase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/9dae21345bec4359dc69cdb1706b96ea\",\"name\":\"sujith k\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g\",\"caption\":\"sujith k\"},\"sameAs\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-admin\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/sujith\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"You can create insightful dashboards with Metabase, a robust, open-source business intelligence tool, without requiring complex technical knowledge. Metabase facilitates the visualisation and sharing of data for developers, business owners, and data analysts alike. This tutorial will cover installation, data connection, and dashboard creation as we go through the steps&hellip; Continue Reading How to Create a Dashboard in Metabase","og_url":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2025-06-24T10:48:35+00:00","article_modified_time":"2025-06-24T10:48:40+00:00","og_image":[{"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg","type":"","width":"","height":""}],"author":"sujith k","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"sujith k","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/"},"author":{"name":"sujith k","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/9dae21345bec4359dc69cdb1706b96ea"},"headline":"How to Create a Dashboard in Metabase","datePublished":"2025-06-24T10:48:35+00:00","dateModified":"2025-06-24T10:48:40+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/"},"wordCount":652,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/","url":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg","datePublished":"2025-06-24T10:48:35+00:00","dateModified":"2025-06-24T10:48:40+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/hqdefault-1.jpg","width":480,"height":238},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-create-a-dashboard-in-metabase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create a Dashboard in Metabase"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/9dae21345bec4359dc69cdb1706b96ea","name":"sujith k","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g","caption":"sujith k"},"sameAs":["https:\/\/pheonixsolutions.com\/blog\/wp-admin"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/sujith\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-2n7","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/9121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/514"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=9121"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/9121\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=9121"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=9121"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=9121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}