Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
ElliotG
Frequent Visitor

Formatting card so it's 'x - Title'

Is there a way to format cards (either classic or new) so that they can display the value then the label?

 

For example '450 Count of Sales'

 

I know there is a workaround where I can make a measure but this will create extra measures 😕

1 ACCEPTED SOLUTION
vicky_
Super User
Super User

It depends on what you mean by the card title. If you mean the name that appears in the Fields Box, then you should be able to turn on labels. For the old card, go to Format Visuals and Turn On Category Label - this should display the value first and then the title underneath.

vicky__0-1714515292650.png

For the new cards, go to Format Visual, Callout Values > and turn on Label. The title appears by default above the value. You can scroll down a little more to see the Position option and change it to below text / format options.

vicky__1-1714515356020.png

Otherwise, you can try use the dynamic formatting on each of your existing measure(s) with the measure output and concatenate it with the name of the measure. The dynamic format string would be something like: 

"0" & NAMEOF([Your Measure Here])

The downside to this is that it will show the name of the measure for any place where this measure is used in a visual.

View solution in original post

2 REPLIES 2
vicky_
Super User
Super User

It depends on what you mean by the card title. If you mean the name that appears in the Fields Box, then you should be able to turn on labels. For the old card, go to Format Visuals and Turn On Category Label - this should display the value first and then the title underneath.

vicky__0-1714515292650.png

For the new cards, go to Format Visual, Callout Values > and turn on Label. The title appears by default above the value. You can scroll down a little more to see the Position option and change it to below text / format options.

vicky__1-1714515356020.png

Otherwise, you can try use the dynamic formatting on each of your existing measure(s) with the measure output and concatenate it with the name of the measure. The dynamic format string would be something like: 

"0" & NAMEOF([Your Measure Here])

The downside to this is that it will show the name of the measure for any place where this measure is used in a visual.

Yea, as noted I would like it besides the title or label, not above or below.  Looks like a measure would be the only way

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.