The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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