Forum Discussion
CMSINFO
7 years agoFrequent Visitor
Date Format
Hi, I am new to Power BI, can anyone tell me how to add dates in the format JAN17, FEB17,MAR17? I don't see this format on Modeling -> Format. Thanks!
- 7 years ago
- 7 years ago
CMSINFO You can convert the date fields using FORMAT function. Try adding a new column as below
DateMMMYY = FORMAT(TableName[DateColumn],"MMMYY")
CMSINFO
7 years agoFrequent Visitor
It sorted the column in the Data but my report remains in alphabetical order, why?
PattemManohar
7 years agoCommunity Champion
- CMSINFO7 years agoFrequent Visitor
The months on my matrix still in alphabetical order...
- ChrisMendoza7 years agoResident Rockstar
CMSINFO -
Is your calculated column [MMMYY] in the 'Date' Table (a proper date table) and the fact table with measures/etc. related to that 'Date' Table? Or are you trying to do all this within the fact table?
I'm guessing you need to share more of your model cause what's been suggested should work.
Fact Table