The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 ()
)
Solved! Go to Solution.
@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
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.
@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
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
38 |