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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
muhammad_pathan
Frequent Visitor

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 ()
)

1 ACCEPTED SOLUTION
GeraldGEmerick
Resolver II
Resolver II

@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

GeraldGEmerick_0-1755769894566.png

 

View solution in original post

2 REPLIES 2
v-hjannapu
Community Support
Community 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.

GeraldGEmerick
Resolver II
Resolver II

@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

GeraldGEmerick_0-1755769894566.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.