Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hey
Hopefully very quick and easy question.
I'm setting some graphs over time up, however the date axis acting differently.
Ideally I need the date to go
August 23
September 23
October 23 etc
However when I bring the hierarchy in it displays year some of the time, and others the ideal output the other.
Has anyone got any clues as to how to consistently get the ideal output every time.
Solved! Go to Solution.
If you want that date format create a calc column, to have such a format. Make sure the date axis is set to categorical.
Custom Date Format =
FORMAT ( 'table'[date column], "mmmm yy" )
Custom Date Format sort =
FORMAT ( 'table'[date column], "yyyymm" )
The first calc column will be sorted alphabetically so you'll need another column to sort it by.
Proud to be a Super User!
If you want that date format create a calc column, to have such a format. Make sure the date axis is set to categorical.
Custom Date Format =
FORMAT ( 'table'[date column], "mmmm yy" )
Custom Date Format sort =
FORMAT ( 'table'[date column], "yyyymm" )
The first calc column will be sorted alphabetically so you'll need another column to sort it by.
Proud to be a Super User!
User | Count |
---|---|
123 | |
76 | |
63 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |