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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Huni31
New Member

Showing text column value as percentage on a card visualisation

Hello,

 

I'm new to Power BI so any detailed explanation would be really helpful. I have a text column which holds percentage values that I'd like to display as a card visualisation. At the moment it looks like the attached screenshot, showing decimal not percentage. Is there a way to have it show percentage? I can't change the text column as the text in the column is needed. Many , many thanks! Leeit's not in percentage but in decimal 0.6666666it's not in percentage but in decimal 0.6666666

 

1 ACCEPTED SOLUTION
DataNinja777
Super User
Super User

Hi @Huni31 

Normally, you would aggregate in a measure to show in a card visual assuming that you have more than 1 rows in your text column.  You can wrap the text measure in value to convert it to a numerical format, and then apply format function to convert to % as shown below.

DataNinja777_1-1713866866631.png

 

Best regards,

View solution in original post

2 REPLIES 2
Uzi2019
Super User
Super User

hi @Huni31 

You can use % symbol for percentage representation.


Change the column type from text to decimal number

 

Uzi2019_0-1713866931789.png

 



I hope it might help you!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
DataNinja777
Super User
Super User

Hi @Huni31 

Normally, you would aggregate in a measure to show in a card visual assuming that you have more than 1 rows in your text column.  You can wrap the text measure in value to convert it to a numerical format, and then apply format function to convert to % as shown below.

DataNinja777_1-1713866866631.png

 

Best regards,

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors