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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to type superscript on CARD?

Hi everyone, 

 

I wonder if I can type superscript on a CARD I made? (Screenshot below)

 

echeng_2-1643760624434.png

I want to give the Total Impressions a footnote at the bottom of the page so I used "*" to make it. However, considering I might have more than one footnote on my dashboard, I am hoping to make it like: Total Impressions (superscript a) so I can add more footnotes as a,b,c, instead of *.

 

The way I currently use to add "*" is to rename the Fields (Screenshot below). Is there any way to do superscript here or are there other ways to type superscript? Thank you so much! 

 

echeng_1-1643760498187.png

 

Really appreciate your help!

 

Emily

 

1 ACCEPTED SOLUTION
edhans
Super User
Super User

I recommend you do not change the measure or field name. Rather, hide that and enable the card title. Then use unicode characters to do your super/sub scripts. Superscript and subscript letters Aₐ ₓ ᵧ ᶢ ᶿ ᵢ - Unicode Character Table (unicode-table.com)

That will make the data clean with no weird characters in it.

You could also return the unicode in the result - just convert your number to text using FORMAT([Value], "#,##0") for example then append the unicode char using & UNICHAR(<number>) function.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

2 REPLIES 2
edhans
Super User
Super User

I recommend you do not change the measure or field name. Rather, hide that and enable the card title. Then use unicode characters to do your super/sub scripts. Superscript and subscript letters Aₐ ₓ ᵧ ᶢ ᶿ ᵢ - Unicode Character Table (unicode-table.com)

That will make the data clean with no weird characters in it.

You could also return the unicode in the result - just convert your number to text using FORMAT([Value], "#,##0") for example then append the unicode char using & UNICHAR(<number>) function.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
Anonymous
Not applicable

Thank you!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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