Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.6666666
Solved! Go to Solution.
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.
Best regards,
hi @Huni31
You can use % symbol for percentage representation.
Change the column type from text to decimal number
I hope it might help you!
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.
Best regards,