Open-Source BI Tool Metabase for Data Visualization and Analytics

prvnkmr_tamil Last Updated : 24 Oct, 2024
10 min read

Are you a passionate data professional exploring new tools? Try Metabase, an open-source Business Intelligence (BI) tool for creating interactive dashboards from large datasets. In today’s data-driven world, BI platforms like Metabase are essential for extracting insights and facilitating informed decision-making. Discover the power of Metabase in this guide tailored for data professionals.

In this article, you will discover how to effectively use the Metabase tool for Data Visualization. We’ll explore various Metabase visualization techniques and demonstrate the benefits of Metabase data visualization in enhancing your data analysis. Learn how this powerful BI tool can transform your insights into compelling visual narratives.

Learning Objectives

  • Understanding necessary terms and concepts of Metabase
  • Using the tool for Analyzing Data, Creating Visuals & Interactive Dashboards
  • Highlighting notable features of Metabase Open-source edition and it’s key component
  • Explaining Metabase Admin Activities including user and group management

This article was published as a part of the Data Science Blogathon.

What is Metabase?

Metabase, a business intelligence tool, can be hosted on the cloud or on-premise. It comes in open-source and Enterprise Edition. Utilizing Metabase BI, users can efficiently connect to various databases, analyze data, and rapidly build and deploy dashboards. The open-source edition offers a range of features, including connectivity to 15+ DBMS, user and group management, interactive dashboarding, alerting, subscription of dashboards, and support for CRUD operations. This article elucidates the key concepts and useful features of the Metabase BI tool.

Metabase Installation

This guide focuses on discussing Metabase, which offers both Open-Source (AGPL) and Enterprise Tier licenses, with a specific emphasis on its application in a Windows environment. The latest version, V0.48 (as of Dec ’23), distributes as a Java Archive file (Jar), requiring Java 11 or higher as a prerequisite for running the latest Metabase versions. The article provides insights into the installation process and highlights key features of Metabase’s open-source edition.

Step I : Downloading Metabase.Jar

Download the Metabase Open-source version from the Metabase GitHub repository. Obtain the latest version of Metabase.Jar here.

Step II : Starting Metabase

Place the downloaded Metabase.Jar file in a folder and just double click Jar file for Metabase to start up. 

Or

Using Command prompt  to  run Metbase.Jar. Navigate to directory where Metabase.Jar is present  and run “Java -jar Metabase.Jar”

Example: Considering  Metabase.jar file is present in folder “C:\Users\Tools\”. Command for the same be below:

C:\Users\Tools> Java -jar Metabase.Jar

You can watch for the Metabase logs as it starts up. Wait for few minutes and Log into url using any of popular web browser.

Note: Metabase, by default, utilizes the H2 Embedded Database as the application DB. For production, configure Metabase with one of the three databases (MySql, PostgreSQL, or MariaDB).

Pros and Cons of the Metabase Business Intelligence Tool

Metabase is a popular business intelligence tool that is widely used across various industries. It provides valuable insights into business performance and aids in data visualization. However, like any tool, it has its strengths and weaknesses. Here’s an overview of the pros and cons of Metabase:

Pros

  • Ease of Use: Metabase is praised for its user-friendly interface. It allows users to ask questions about their data and access answers that reduce jargon and code. This makes it ideal for professionals who want to visualize their business’s data accurately.
  • Data Visualization: Metabase makes it easy to create tables, graphs, and charts. Users can also create a detailed dashboard using the data from the data pipeline or data warehouse.
  • Open Source: Metabase is open source, meaning that anyone can download and modify the Metabase code. This makes data sharing easy and allows users to form various differing conclusions from the same analytics within the tool.
  • Flexibility: Metabase is known for its flexibility. Manipulating filters is a breeze, whether or not the user has experience using analytics

Cons

  • Complex Analysis: For more complex analysis, users might need a more robust system like Tableau.
  • Performance: Metabase can sometimes be slow to load a lot of data. However, this can be worked on from the infrastructure side.

Metabase is a powerful tool for businesses looking to gain insights from their data. Its ease of use and flexibility make it a popular choice. However, for more complex analyses, users might need to consider other options.

Metabase vs. Other Business Intelligence Tools

Business Intelligence (BI) tools are essential for businesses to make data-driven decisions. Among the various BI tools available, Metabase has gained popularity due to its user-friendly interface and powerful features. However, there are other BI tools in the market that offer different capabilities. In this article, we will compare Metabase with some of these tools.

Metabase

Metabase is an open-source BI tool that allows users to create and share interactive data visualizations and dashboards. It connects with a broad range of data sources, including SQL databases, Google Analytics, and Salesforce. Users can create custom queries using a simple click interface or write SQL queries directly within Metabase.

Pros

  • User-friendly, making it accessible to technical as well as non-technical users.
  • Offers a variety of data visualization options.
  • Open-source, making data sharing easy.
  • Robust security features.

Power BI

Power BI is a powerful business analytics tool developed by Microsoft. It allows users to visualize and analyze data from various sources to make informed decisions.

Pros

  • Can connect to multiple data sources.
  • Offers capabilities for data modeling and shaping to perform complex data analysis.
  • Integrates seamlessly with other Microsoft products.

Tableau

Tableau is another powerful BI tool that is widely recognized for its capabilities. It helps organizations unlock valuable insights from their data.

Pros

  • User-friendly interface and powerful features.
  • Supports a variety of data sources.
  • Provides advanced data analysis capabilities.

While Metabase, Power BI, and Tableau all offer powerful features for data visualization and analysis, the choice between them depends on your specific needs and requirements. It’s important to consider factors such as ease of use, data source compatibility, and the level of analysis required when choosing a BI tool.

Metabase UI

For the First Time Metabase prompts options for Initial setup (Language preference, User ID and password setup and DataSource setup). After Setup is complete, you can see the Home Screen of Metabase.

  • Left Pane – Display of Available Collection(folder) and Sample Data Source
  • Top Right – Settings and option “New” for creating Questions and Dashboard
Metabase home | business intelligence open source

Features of Metabase

Metabase Features | business intelligence open source

Collection, Question and Dashboard

Collection in Metabase is where the Questions, Models & Dashboards are stored. Collections is equivalent to folder, you can create sub-folders in it.

Personal Collection for Every User

Every User will have a specific Personal Collection  where the user can store their Questions, Models & Dashboards. Contents stored in Personal Collection is not accessible to other users.

Collection for Project  

A single Metabase instance can serve multiple projects. Each project’s contents can be stored in a dedicated collection, accessible only to specific project users.

A New Collection can be created from option New >> Collection

Metabase New Collection | business intelligence open source

Note : Metabase Admins have full rights to View ,Modify and Archive contents in every collection including users personal collections.

Questions

Term “Question” in Metabase refers to an Individual Visual element. It can be a Bar chart or Line Chart or Map Chart or anyone of 17 supported Chart in Metabase. You can create questions in the following ways:

  • Using Visual Query Builder
  • Custom SQL Query

Using Visual Query Builder

In the Top Right, click on option “New” >> “Question”, then pick the DataSource you wish to Explore

Metabase_Visual_Query_Builder

The Visual Query Builder supports Joins, creation of new columns, Filtering, Summary, Group by, Sorting, and Row Limit operations. You can preview the results after each operation.

Note : Metabase at the backend will frame SQL for every question.

Custom SQL Query

If the options in the Summary editor don’t meet your requirements, you can edit the question and modify the SQL according to business needs. This process is termed as “SQL Question,” where the user-provided SQL is converted into a question. You can create a new SQL Question by selecting “New” >> “SQL Query.”

What is Metabase? | business intelligence open source

Once you create a question, save it to a collection and add it to the dashboard.

Dashboard 

A dashboard is a page that groups multiple questions with a common business context.

Metabase_Dashboard

Components of Dashboard

  • Tabs: Dashboard can have one or more tabs connected by common Filter 
  • Questions: Individual Visual element in Dashboard 
  • Filters: Filters can control Data loaded into Each Question (E.g : Filtering by Country )
  • Text/Heading: Ability to add Description ,Images from URL .Supports Markdown
  • Click Behaviour: Options in Question that control the Interactivity of Dashboard 
  • Other options in Dashboard: Data Refresh, Email Subscription,  Download Data & Export to PDF

Filters and Click Behaviour

Interactive Dashboarding

Arrange the necessary questions in the Dashboard Tab, and add interactivity by configuring filters and click behavior.

Metabase_Filter_Click_Behaviour

Filters in Dashboard

Add one or more filters to a dashboard. Configure each filter in the dashboard to control one or more questions. After adding a filter, map it to each question on the dashboard. In the backend, Metabase adds a WHERE clause in the SQL.

Steps to Map Filters to Question

  • Click on the Filter icon in the top right and choose the relevant filter type.
  • The chosen filter type will be added to the dashboard header.
  • Click on the settings button in the individual filter. A visual layout of the dashboard is displays with a list of available columns in each question.
  • Map the relevant column in the question to the selected filter from step 1.
  • The distinct values of the mapped column will be visible in the Filter tab.

Click Behaviour

“Click Behaviour” refers to an operation performed when a user selects or clicks a portion or segment of a visual while viewing a dashboard.

Example: You can configure Click Behaviour for selecting a bar segment in a bar chart or clicking a region in a world map. It can be configured in each question.

You can access this option in Top Right corner of every question when dashboard is in edit mode.

business intelligence open source

Click Behaviour Operations

  • Drill-Down to see the data records for the clicked portion or segment in chart
  • Navigate to another Dashboard , Navigate to a Question &  Navigate to external web site using URL
  • Update any of available Dashboard Filter . This allows to implement cross-filtering in Dashboard. By Effectively setting up Click-Behaviour, Dashboard can be made Interactive & Intuitive for users.

Dashboard Deployment and other Useful features

Once you create and store a dashboard in a collection, any users with “View” permission can access it. A dashboard or question can be accessed directly via its URL.

Other Notable Features

  • Performing CRUD operations in a table using actions in the model.
  • Configuring auto-refresh for every dashboard.
  • Configuring alerts in questions.
  • Downloading results data as .CSV, .JSON, or .XLSX from a question.
  • Downloading a question as .PNG and a dashboard as a .PDF file.
  • Subscribing to a dashboard via email or Slack.

Metabase Admin Roles and Responsibility

By default, the user who sets up Metabase initially receives admin permissions. Default Admin can further add other users and provide them Admin Role if necessary. Metabase admin options from “Admin Settings” by clicking the “gear icon” in the top right corner.

Configuring Data Source

Metabase Admin have rights to configure new Data Source under “Databases” options in Admin Settings.

Metabase_Datasource_Admin

User and Groups Management

Below are possible operation that can be performed in Admin Setting under “People” option:

  • View List of All Active Metabase users & List of Deactived users.
  • Add a user and map them to existing Metabase Group.
  • Remove a user from group or Deactivate user & Reactivate user.
  • Create New Group , Manage existing Group (Add or Remove Users from a Group).
  • View or Edit Details of User & Reset password for user.

Note : A user can be Mapped to one or more Metabase Groups.

Permissions Management

While “People” option is for managing users and their Group , “Permissions” options under Admin setting is for managing permission between Collection, Groups & Database.

Collection Permission 

Under the sub-option “Collections”. Below are different Permission level that a Group can be mapped into collection.

  • Curate : Users of a Group having Curate permission can add ,edit ,View ,archive any contents in collection and create sub-collection and can move contents from or to the collection.
  • View : Group with View permission can only View the contents of collection ,unable to add or modify the contents.
  • No Access : Unable to view the collection itself and unable to access any items in it.

Data Permission

Various permission levels for mapping a group to a database include:

  • Unrestricted: Users in the group can use the query builder to create a question from any table in the database.
  • Granular: Only specific tables in a database can be accessed using the query builder. Admins have the right to configure this permission for each table.
  • No Self-Service: Users in the group cannot use the graphical query builder and cannot see data.
  • Native Query Editing: When enabled along with unrestricted permission, questions can be created using native SQL.

Other Metabase Admin Activities Includes

  • Checking for Latest updates and Migrating from Embedded H2 Database.
  • Configuring Email, Slack and authentication setup using Google or LDAP.
  • Configure Database for CSV uploads.
  • Data type mapping and formatting for Individual columns.
  • Other advanced Setting to enable embeddings and public sharing.

Conclusion

Metabase’s simplicity and intuitive UI make it an easily adaptable BI tool for data professionals. The open-source edition of Metabase includes all the essential functions of a business intelligence tool, with new features added in each major release. Organizations can initially try and adapt to the open-source edition of Metabase. As needs and user bases grow, users can comfortably switch to any of the enterprise editions that Metabase offers. This article aims to provide an overview and highlight key components of Metabase. Future articles will delve into other interesting and useful features of Metabase.

Key Takeways

  1. Metabase is an open-source BI tool facilitating interactive dashboards for data professionals.
  2. Understand Metabase terms, analyze data, create visuals, and explore admin activities.
  3. Install Metabase on Windows with Java 11+, featuring user-friendly UI and essential functionalities.
  4. Create dashboards with filters, click behavior, and interactive features for insightful data exploration.
  5. Admins manage users, permissions, and configurations, making Metabase adaptable and user-friendly.
Q1. Can I use Metabase for free?

A. Yes, Metabase offers a free and open-source version with essential business intelligence features for data analysis and dashboard creation.

Q2. Is Metabase a BI tool?

A. Metabase is an open-source Business Intelligence (BI) tool designed for connecting to databases, analyzing data, and building interactive dashboards.

Q3. Is Metabase open-source?

A. Yes, Metabase is open-source, providing users with free access to its BI functionalities, user and group management, and interactive dashboard features.

Q4. Is Metabase a data visualization tool?

A. Indeed, Metabase serves as a data visualization tool, allowing users to create visuals like charts and graphs to gain insights from their datasets.

Q5. Which One Tool Should You Choose for Business Intelligence?

A. Choosing the right business intelligence tool depends on specific needs. Metabase offers simplicity and ease of use for smaller businesses, while more robust platforms like Tableau or Power BI suit larger enterprises with complex analytics requirements.

The media shown in this article is not owned by Analytics Vidhya and is used at the Author’s discretion.

I am Praveen Kumar Tamilarasan, working in Automotive Sector. In past I have worked in Tools like SAS, R Programming, Python, RDBMS and Mainframes. For past few years I have been into Business Intelligence Tool space exploring the landscape of Business Intelligence tools. Specially Interested in exploring , using and comparing different features and capabilities of Business Intelligence Tools .

Responses From Readers

Flash Card

What is Metabase?

Metabase is a tool that helps businesses dig into their data and create dashboards to make sense of it. You can set it up on the cloud or on your own servers. It comes in two versions: a free open-source version and a paid Enterprise Edition. With Metabase, you can connect to different databases, explore your data, and build dashboards that make everything easy to understand.

Example: Let’s say you run an online store and want to keep an eye on your sales. With Metabase, you could connect it to your sales database, check out trends over the months, and build a dashboard that shows your top-selling products, sales growth, and customer info—all in one place.

In the image below, you can see what the Metabase interface looks like. It lets you create dashboards, browse your data, and access different collections. This makes it super easy to pull in data, run analyses, and show important information for quick insights.

What is Metabase?

Quiz

What is Metabase primarily used for?

Flash Card

What features does the open-source edition of Metabase offer?

The open-source edition of Metabase provides connectivity to over 15 databases. It includes features like user and group management, interactive dashboarding, and alerting. Users can subscribe to dashboards and perform CRUD operations.

What features does the open-source edition of Metabase offer?

Quiz

Which of the following is a feature of the open-source edition of Metabase?

Flash Card

How does Metabase facilitate data analysis and visualization?

Metabase has a user-friendly interface that allows users to ask questions about their data. It reduces the need for jargon and code, making it accessible for professionals to visualize data. Users can create tables, graphs, and charts, and build detailed dashboards from data pipelines or warehouses.

How does Metabase facilitate data analysis and visualization?

Quiz

What makes Metabase accessible for data visualization?

Flash Card

What are the components of a Metabase dashboard?

A Metabase dashboard groups multiple questions with a common business context. Components include Tabs, Questions, Filters, Text/Heading, and Click Behaviour. Additional options include Data Refresh, Email Subscription, Download Data, and Export to PDF.

What are the components of a Metabase dashboard?

Quiz

Which of the following is a component of a Metabase dashboard?

Flash Card

What data sources can Metabase connect to?

Metabase can connect to a wide range of data sources, including SQL databases, Google Analytics, and Salesforce. Users can create custom queries using a simple click interface or write SQL queries directly within Metabase.

What data sources can Metabase connect to?

Quiz

Which of the following is a data source that Metabase can connect to?

Flash Card

What are the admin activities available in Metabase?

The initial user setting up Metabase receives admin permissions by default. Admins can add other users, assign admin roles, and manage user and group settings. Admins have full rights to view, modify, and archive contents in all collections.

What are the admin activities available in Metabase?

Quiz

What is one of the admin activities in Metabase?

Flash Card

What operations can be performed under user and group management in Metabase?

Admins can view lists of active and deactivated users. They can add users, map them to groups, and manage group memberships. Admins can deactivate, reactivate users, and reset user passwords.

Quiz

Which operation is part of user and group management in Metabase?

Flash Card

How does Metabase compare to other BI tools like Power BI and Tableau?

Metabase is known for its simplicity and ease of use, making it suitable for smaller businesses. Power BI and Tableau offer more robust features for larger enterprises with complex analytics needs. The choice between these tools depends on factors like ease of use, data source compatibility, and analysis requirements.

Quiz

What is a key advantage of Metabase compared to Power BI and Tableau?

Congratulations, You Did It!
Well Done on Completing Your Learning Journey. Stay curious and keep exploring!

We use cookies essential for this site to function well. Please click to help us improve its usefulness with additional cookies. Learn about our use of cookies in our Privacy Policy & Cookies Policy.

Show details