Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Rotate the icon 180 degree in Measure

I would like to have 8723, but with minus at the bottom and plus sign at the top, which mean need to rotate it 180 degree. Do anyone know how to do it in the Measure 

  • Hi Anonymous,

    You can't rotate unicode text in a measure, but you can use the plus minus symbol (±) if that's the result your after? The link should allow you to copy it to the clipboard and use in your measure, or you can use 

    UNICHAR(177) in your DAX statement instead, e.g.:
     

    Regards,

    Daniel

1 Reply

  • dm-p's avatar
    dm-p
    Icon for Super User rankSuper User

    Hi Anonymous,

    You can't rotate unicode text in a measure, but you can use the plus minus symbol (±) if that's the result your after? The link should allow you to copy it to the clipboard and use in your measure, or you can use 

    UNICHAR(177) in your DAX statement instead, e.g.:
     

    Regards,

    Daniel