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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ak77
Post Patron
Post Patron

superscript in powerbi

Hi BI Guru's.

 

Need a formating help.. 

 

My client wants to check if below formating(superscript in powerbi ) can be done in power bi . please help if this is posible . Thanks in advance

 

ak77_0-1695155423717.png

 

 

 

1 ACCEPTED SOLUTION
CoreyP
Solution Sage
Solution Sage

You can copy and paste unicode characters. 

View solution in original post

5 REPLIES 5
ak77
Post Patron
Post Patron

Got it.... Thanks for ur help @CoreyP 
 
Column =
switch(
true,
Footnote_ID=1,CONCATENATE(Footnotes[Footnote],"⁴"),
Footnote_ID=2,CONCATENATE(Footnotes[Footnote],"²"),CONCATENATE(Footnotes[Footnote],"³")
)
ak77
Post Patron
Post Patron

can we use this logic to column values thru calculated column? please let me know

ak77
Post Patron
Post Patron

@CoreyP , thanks .. i tried now and didnt work.. can u please help with an sample

Thanks again

Rename the column and paste it in the column name: 

CoreyP_0-1695160496410.png

 

CoreyP
Solution Sage
Solution Sage

You can copy and paste unicode characters. 

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.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors