Forum Discussion
PowerBi subscript units in measure
I want to subscript the full gas and power. but its not letting me subscript G and W? i dont want to use brakets.
Is there any way to do this?
Dynamic Y-Axis chart2 =
VAR SelectedMetric = SELECTEDVALUE ( 'baseload and heat rate'[Metric] )
RETURN
SWITCH (
SelectedMetric,
"Revenue", "€",
"Implied heat rate", "MWhgₐₛ/MWhₚₒwₑᵣ",
BLANK ()
)
muhammad_pathan Interestingly, there does not appear to be a Unicode subscript character for either g or w as you can see here: Unicode subscripts and superscripts - Wikipedia
2 Replies
- GeraldGEmerickSuper User
muhammad_pathan Interestingly, there does not appear to be a Unicode subscript character for either g or w as you can see here: Unicode subscripts and superscripts - Wikipedia
- v-hjannapuCommunity Support
Hi muhammad_pathan,
Thank you for reaching out to the Microsoft Fabric community forum. Also, thanks to GeraldGEmerick for sharing the right guidance here.
Just to add on, you can also check the below documentation which might help you with further:
https://learn.microsoft.com/en-us/dax/format-function-dax
Hope this helps if you have any queries we are happy to assist you further.
Regards,
Harshitha.