Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Guys,
I have added a group discretize by 1 month, i was wondering how i could capitalize months abbreviation formatting ("mmm") , is there a way via direct query or it should be done in sql. I am using the following functionallity.
Thank you in advance, for your great support.
Solved! Go to Solution.
@Anonymous , Power Query will give in init case only. So you need an upper case, use the upper function in a new column.
Few column calculations are allowed in the direct query
New Month = Upper([Upper])
Else you have to bring from Database
@Anonymous , Power Query will give in init case only. So you need an upper case, use the upper function in a new column.
Few column calculations are allowed in the direct query
New Month = Upper([Upper])
Else you have to bring from Database