Forum Discussion

ak77's avatar
ak77
Post Patron
2 years ago
Solved

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

 

 

 

 

5 Replies

  • CoreyP's avatar
    CoreyP
    Solution Sage

    You can copy and paste unicode characters. 

  • ak77's avatar
    ak77
    Post Patron

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

    Thanks again

    • CoreyP's avatar
      CoreyP
      Solution Sage

      Rename the column and paste it in the column name: 

       

  • ak77's avatar
    ak77
    Post Patron

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

  • ak77's avatar
    ak77
    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],"³")
    )