What is a Card in Power BI?

Cody Schneider7 min read

Sometimes, the most powerful number on your dashboard is a single one. While detailed line charts and complex bar graphs have their place, the simple, bold impact of a key performance indicator (KPI) can tell an immediate story. This is where the Power BI card visual comes in handy, cutting through the noise to tell you what you need to know, right now. In this guide, we'll walk you through exactly what a card is, why it's so effective, and how to create and customize it for your own reports.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

What Exactly is a Power BI Card?

Think of a card in Power BI as a digital sticky note for your most important data point. Its sole purpose is to display a single, significant value from your dataset in a clear and prominent way. This value is usually an aggregation, like a sum, average, count, or a result of a DAX formula. It’s not meant for showing trends or comparisons, it’s designed for focus.

For example, you might use a card to show:

  • Total Sales for the Quarter: $1,250,560
  • Number of New Leads This Month: 432
  • Average Session Duration on Your Website: 2m 15s
  • Total Units Sold: 18,976

By isolating these numbers, cards give them the importance they deserve. When a manager quickly scans a report, their eyes will immediately be drawn to these headline figures, providing an instant snapshot of business health before they dive into more granular charts.

Why Cards are Essential for a Great Dashboard

It might seem too simple, but the card's simplicity is its strength. In a world of data overload, clarity is king. Here’s why cards are a non-negotiable part of any effective Power BI dashboard:

  • Provides At-a-Glance KPIs: This is the main benefit. Cards are perfect for displaying your most critical KPIs. Viewers don't have to interpret axes or decipher legends, they get the final number immediately. Need to know last month's revenue? A card can answer that in a split second.
  • Offers Focus and an Entry Point: A set of cards at the top of a report acts as an executive summary. They set the stage for the rest of the dashboard, guiding the user's attention. If the "Total Sales" card shows a lower-than-expected number, the viewer intuitively knows to look at the other charts (like sales by region or product) to understand why.
  • Saves Valuable Dashboard Space: Using an entire bar or line chart just to communicate a single total is a waste of a dashboard's real estate. A card displays that same total in a much more compact format, freeing up space for visualizations that break down the data in more detail.
  • Enhances Interactivity: Like other Power BI visuals, cards can be used as filters. Clicking on a category in a pie chart can dynamically update the number shown on a card, allowing users to quickly see totals for specific segments of the business.

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

How to Create a Card in Power BI: A Step-by-Step Guide

Creating a card is one of the most straightforward tasks in Power BI, making it a great starting point for beginners. Let’s create a card that shows "Total Sales".

Step 1: Get Your Data Ready

First, make sure you have your data loaded into your Power BI model. For this example, let's assume you have a "Sales" table that includes a "Sales Amount" column.

Step 2: Select the Card Visual

On the Power BI report canvas, look at the Visualizations pane on the right-hand side. Find and click on the Card icon. It looks like a rectangle with "123" on it. A blank card placeholder will appear on your report canvas.

Step 3: Drag in Your Data Field

With the card placeholder selected, go over to the Fields pane (also on the right). Find the table and the specific data field you want to display. In our case, that’s the "Sales Amount" field from the "Sales" table. Simply drag the "Sales Amount" field and drop it into the "Fields" well of the Visualizations pane for your card.

Voilá! The card will immediately display the total value. Pretty simple, right?

Step 4: Check the Aggregation

By default, Power BI is smart about numerical data and will usually summarize it by performing a Sum. However, you might want a different calculation. For example, if you wanted to see the average sale amount, you could change this behavior.

To change the aggregation, click the small dropdown arrow next to your field in the "Fields" well and select a different calculation like Average, Minimum, Maximum, or Count.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Making Your Cards Look Good: Formatting and Customization

An unformatted card is fine, but a well-formatted card fits seamlessly into your dashboard's design and improves readability. To access formatting options, select your card and click the paintbrush icon ("Format your visual") in the Visualizations pane.

Two key elements you'll often want to tweak are the Callout value (the big number) and the Category label (the small text underneath).

Formatting the Callout Value

The Callout value is the main number being displayed. Under the "Visual" formatting tab, expand the Callout value section:

  • Font: Change the font family, font color, and text size. This is where you can make your number really stand out. Don't be afraid to make it large and bold.
  • Display units: By default, Power BI automatically shortens large numbers (e.g., $1,250,560 becomes $1.25M). You can manually set this to Thousands, Millions, Billions, Trillions, or leave it as "Auto". You can also choose "None" to display the full, exact number. This is very useful for controlling clarity.
  • Value decimal places: Adjust the number of decimal places for more or less precision.

Formatting the Category Label

The Category label is the text that appears by default under your callout value, telling you what the number represents (e.g., "Sum of Sales Amount").

Expand the Category label section to customize it:

  • Show label: You can toggle the category label off completely if the context of your dashboard makes it obvious what the number is.
  • Font: Adjust the color and size of the label. Typically, this should be smaller and less prominent than the Callout value.

Pro Tip: You can often get a cleaner look by turning the Category label off and using a simple Text Box or the visual's Title element to give the card a custom, more descriptive name like "Q2 Sales Revenue."

General Formatting (Borders, Backgrounds, and More)

Under the "General" formatting tab, you can add more visual flair:

  • Effects: Here you can add a colored Background, a subtle Visual border, or a Shadow to make the card "pop" off the page and separate it from other visuals.
  • Title: You can add a formal title if you want. It's often helpful to give a card a specific title at the top, like "Revenue Last 4 Weeks."

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

Beyond the Basics: The Multi-Row Card

If you have several related, important numbers you want to display together without cluttering up your dashboard with four or five separate cards, the Multi-Row Card is your friend.

You can find it right next to the standard Card visual in the Visualizations pane. Instead of displaying a single value, it creates a compact, vertical list of values.

To use it, select the Multi-Row Card visual and drag several different fields into its "Fields" well. It’s perfect for showing a quick profile, like a group of regional metrics or a salesperson's quota, bookings, and pipeline all in one small visual.

Final Thoughts

Power BI cards are a simple but incredibly effective way to highlight the metrics that matter most. By boiling down complex information into a single, prominent number, you create summary-level reports and dashboards that leadership can understand instantly, helping drive faster and more informed decisions. It's a foundational building block for any great Power BI report.

While mastering visuals in Power BI is a great skill for custom analysis, we built Graphed to remove the tedious, manual work of reporting altogether. Instead of dragging and dropping fields and navigating formatting menus, you can connect your data sources (like Google Analytics, Shopify, Facebook Ads) and simply ask for a dashboard in plain English. It turns hours of report building into a 30-second conversation, giving you back time to focus on strategy instead of struggling with dashboard setup.

Related Articles