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 All,
I am using a matrix to display the total hours worked per day by resource.
For the columns, i have a date field and have used 4 custom fields that extract the Week, Month, Year and Day from the "Date" field and then have put them into a hieracyy.
Everything all works (As shown above), however, what i want to do is change the month from a number to text (IE 1 is January). Everytime i have tried it messes up the order of the month.
Any ideas?
Solved! Go to Solution.
Hi @SamWhitehouse ,
Based on the description you have made I assume you have a month number and a month name on your table make the sorting of month name by the month number column:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIn your date table you should have two columns, one that represents the month in text and one that represents the number of the month.
Once this is in place you select the text column of the month, in the ribbon there is a "Sort by column"-button from which you can select the month number. When this is done the month names will be sorted according to the number.
Hi @SamWhitehouse ,
Based on the description you have made I assume you have a month number and a month name on your table make the sorting of month name by the month number column:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThankyou for the response! that worked!