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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors