How to Remove Field Name from Card in Power BI
Putting a key metric on a Power BI card is a great way to highlight a big number, but that little field name label underneath can often feel like unnecessary clutter. A clean, streamlined dashboard directs attention where it's most needed, and removing that small piece of text can make a surprising difference. This article will show you several easy ways to remove the field name (or "category label") from your Power BI cards to give your reports a more professional and focused look.
Why Remove the Field Name from a Power BI Card?
You might think that little label is harmless, but in data visualization, every single element on the screen should earn its place. Wasting pixels on redundant information adds "cognitive load," a fancy way of saying you’re making your viewers' brains work harder than they need to. Here’s why hiding that default label is a smart move for better dashboard design:
- It Reduces Visual Clutter. The most common use for a card is displaying a Key Performance Indicator (KPI). The card's title, like "Total Sales" or "Active Users," already tells the viewer what the number represents. Having another label below that says "Sum of SalesAmount" is repetitive and messy. Decluttering your visuals makes your dashboard feel calmer and easier to understand at a glance.
- It Improves Readability. Your goal is to draw the user's eye to the most important thing on the card: the number itself. By removing distracting secondary text, you create a clearer visual hierarchy. The user sees the title for context and then immediately focuses on the value.
- It Saves Valuable Space. Dashboards are prime real estate. Every pixel counts, especially when you are designing reports that need to be viewed on different screen sizes. Removing that label frees up a small but significant amount of vertical space, allowing for tighter, more balanced designs.
Think about a car's dashboard. The speedometer just shows you the speed. It doesn’t have a big number and then a small label underneath that says "Current Vehicle Speed." The context makes the label unnecessary. Your Power BI dashboard can benefit from the same design logic. Now, here’s how to do it.
Free PDF Guide
AI for Data Analysis Crash Course
Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.
Method 1: Turn Off the Category Label (The Easiest Fix)
This is the most straightforward method and will be your go-to solution 90% of the time. Power BI has a simple toggle switch for this very purpose, but it's slightly buried in the formatting options.
Step-by-Step Instructions
- Select the Card visual on your Power BI canvas that you want to modify.
- With the card selected, go to the Visualizations pane on the right-hand side of the screen.
- Click on the "Format your visual" icon, which looks like a paintbrush.
- A list of formatting options will appear. Find and expand the section called "Category label."
- You'll see a simple on/off toggle. Just click it to the "Off" position.
That’s it! The field name under your number will instantly disappear, leaving just the card's data value. You can then use the card’s title to provide all the necessary context for the metric.
When to Use This Method
This approach is perfect for virtually any standard KPI card. If you're displaying "Total Revenue," "Click-Through Rate," or "Deals Closed This Quarter," a simple title and the main value are all you need. If the title clearly explains the number, turn off the category label.
Method 2: Rename the Field Itself
Sometimes you don't want to completely remove the label, you just want it to say something useful instead of its technical source name like 'Sum of f_Sales[Revenue_USD]'. While you can use a card title to provide all the context, the category label can also be useful for showing a secondary piece of information without clutter. The default name comes from the data field in your model. To change this without getting into complex DAX formulas, simply rename it directly in the visual.
How to Rename a Field in a Visual
- Select your Card visual.
- In the "Fields" data well where you dragged your metric into, look at the name of your data field.
- Double-click directly on the field's name in this well. It will become an editable text box.
- Type in a new, cleaner name. For example, change "Sum of Revenue" to just "Revenue."
- Press Enter, and the category label on your card will update to show your new name.
This is technically not removing the label, but it accomplishes the goal of cleaning up ugly or unhelpful default text, making the dashboard friendlier on the eyes while retaining some descriptive text below your number if necessary.
Method 3: The Text Box Method for Ultimate Control
What if you want total control over formatting, or you want to integrate a dynamic number right into an insightful sentence? A normal Card visual can feel rigid. For situations like this, the more flexible approach is to not use a Card visual at all, but rather create a "card" out of a Text Box and a dynamic value.
This move is a favorite among seasoned Power BI developers for creating super-polished dashboards.
When Would You Use a Text Box for a KPI?
- When you need full creative reign over font size, color, and positioning for different parts of the text.
- When you want to seamlessly embed a metric into a narrative sentence, like "We have closed [Dynamic Number] deals so far this quarter!".
- When you are building a highly stylized report where the standard card's padding and structure don't fit the design.
Step-by-Step Instructions
- First, make sure the number you want to display exists as a measure. If it's not already a defined measure, creating one makes this far easier to manage. Right-click on your data table in the Data pane, choose "New measure," and write the formula — for instance,
Total Revenue = SUM(Sales[Revenue]). - Go to the Insert tab on the Power BI ribbon at the top of the screen.
- Click on "Text box." A new text box will appear on your canvas.
- You can type static text, format it, and give it any background color you want inside the text box. To add your number, press the "+ Value" button in the dialog that appears when creating a Text Box Visual or select one.
- A dialog will pop up asking you to select a field. Search for and choose the DAX measure you created in step 1, e.g.,
Total Revenue. - Click on 'Save' and you’ll see a lightly grey background to the name of the measure in your text area, which can be formatted differently from the main body of text. You now have a fully dynamic KPI embedded in a fully customizable text container. There’s no category or other label to hide as you control every word visible.
This method requires an extra step in creating a DAX measure, but the level of control it affords can transform a good dashboard into a great one.
Free PDF Guide
AI for Data Analysis Crash Course
Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.
Best Practices for Clear and Effective Cards
Removing the field name label is a great first step, but it’s just one piece of creating effective KPI cards. Keep a few other design principles in mind to make your key metrics stand out for the right reasons:
- Write Descriptive Titles: If you remove the category label, your card's title carries the full weight of explaining the number. Don't use a generic title like "Sales." Use something specific and insightful like "Revenue vs. Target (Q3)" or "New Leads this Week."
- Use Cards Sparingly: Cards are excellent for highlighting top-level KPIs. But a report with 20 cards on it is overwhelming and makes nothing a priority. Typically, a row of three to five carefully chosen cards at the top of your report is most effective. They're meant to give a quick summary before your user explores the detailed charts below.
- Keep Formatting Consistent: Don't use wildly different font sizes, colors, or styles across your cards unless you have a good reason to (e.g., highlighting an underperforming metric in red). Consistency makes your report look professional and helps users process information faster.
- Combine with Data Over Time: A card displays a single point-in-time data point. To give this number context, always include it near or within the same area of a dashboard as a chart that shows the historical trend of that metric. A card shows you what your number is, a line or bar chart shows you why that number is worth highlighting.
Final Thoughts
And there you have it. Cleaning up your Power BI dashboards is often about making small, deliberate tweaks, and removing that distracting field name from a Card visual is a quick win. Whether you're flipping a simple toggle switch in the formatting pane, renaming the field for clarity, or using a dynamic text box for complete control, you now have several techniques to sharpen your report's focus and create a much better user experience.
Mastering tricks and settings to get visuals just right in a tool like Power BI is part of a BI analyst’s skillset, but we know first-hand how much time can get lost in formatting menus instead of actually understanding the data. That’s why we built Graphed. It lets you sidestep the steep learning curve and constant formatting adjustments entirely. You can simply ask questions in plain English, like "show me total revenue as a single metric," and get a clean, presentation-ready visual instantly. It’s an approach built to save you time and keep you focused on insights, not on finding the right toggle switch.
Related Articles
Facebook Ads for Dentists: The Complete 2026 Strategy Guide
Learn how to run Facebook ads for dentists in 2026. Discover proven strategies, targeting tips, and ROI benchmarks to attract more patients to your dental practice.
Facebook Ads for Gyms: The Complete 2026 Strategy Guide
Master Facebook advertising for your gym in 2026. Learn the proven 6-section framework, targeting strategies, and ad formats that drive memberships.
Facebook Ads for Home Cleaners: The Complete 2026 Strategy Guide
Learn how to run Facebook ads for home cleaners in 2026. Discover the best ad formats, targeting strategies, and budgeting tips to generate more leads.