Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
in my chart, the X-axis acts as the time axis, I would like to format this differently.
I have already searched for entries in the forum, but have not found anything helpful yet.
Currently the chart looks like this:
But I want it to look like this (Screenshot is taken from Tableau):
used data colum looks like this and is classified as data-type "Date":
Thanks in advance!
Hi @Anonymous ,
Go to format pane, change the type of x-axis to "Categorical".
Then change the format of the date column to what you want it to look like.
Best Regards,
Jay
Catagorial is not in the current format.
thank you for your support!
However, by setting type to categorial, a taskbar appears for the X-axis - which is not wanted.
It seems that PowerBi does not allow the formatting of the axes...
@Anonymous , You can create a custom column with sort order column.
But that will not give you continuous axis , as that will be text type column
Month Year = FORMAT([Date],"mm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
99 | |
92 | |
50 | |
49 | |
46 |