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.
Solved! Go to Solution.
Hi @BratKat
You ca create a sort by column
MonthDayNumber =
VALUE (
MONTH ( 'Work Items'[Team Date 01] ) & DAY ( 'Work Items'[Team Date 01] )
)
Select the MonthDay column, go to column format - sort by column and select the MonthDayNumber column.
Hi @BratKat
You ca create a sort by column
MonthDayNumber =
VALUE (
MONTH ( 'Work Items'[Team Date 01] ) & DAY ( 'Work Items'[Team Date 01] )
)
Select the MonthDay column, go to column format - sort by column and select the MonthDayNumber column.
Tried this however returned some strange results, slicer not returning correct dates..?
The MonthDayNumberYear measure or column.
Got this working, forgot to add "Year" in the data item, so now it sorts correctly, thank you.
@BratKat
No, just keep the original YearMonth column in the x-axis and use the "sort by column" option to sort the YearMonth column by the YearMonth column number. Go the table view, select the YearMonth column then from the "sort by column" option, select the YearMonthNumber
Already did that, its usually when I move the Slicer that it stops sorting correcty, using the "between" option in the slicer.
When the column is used in a column graph and month days are displayed, these are not in correct order even if sorted correctly in the graph, need to add sorting or format to the measure\column code above so it stays sorted. A A slicer is used to select days of the month and the measure\column is used in the graph as the X-axis.
The days start out correctly then is out of order.
Thank you
Additional info:
We already have a column that has Dates in our data set, Team Date 01 that has the dates of each item in our dataset.
This is used in the X-axis
Hi,
any measures or columns created in report view are caclulated after the import of data and therefore will not appear in transform. What is it you're looking to do with the column in transform?
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
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 |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |