Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |