Forum Discussion
Last 8 weeks - In order
- 8 years ago
Hi rg72,
Rfranca is correct, this is far easier with a date dimension however using your customised field of "dd/MM" will be problematic as you cannot gurantee that that combination is unique for that week over several years which is typically what you get in a date dimension. For example 26/12-01/01 occurs in 2011 and 2016.
If you are using just a small amount of data not spanning more than a few years you won't get this problem however. Using the last 90 days of my date dimesnion I created a "dummy" dimension table using your format so that it's order correctly.
Create StartDateOfWeek and Custom.2 columns in your original table.
Copy that table as a new table and group the new table as so.
Then join the new table and original table together on start date of week
Then sort your custom column in the new table.
Then you can use the custom2 field as your axis
And it will ordered correctly.
I am not a big fan of date formats like that and I would much prefer to see a date as the start of week in "yyyy-MM-dd" format.
I'm still working my way through the above instructions - I'm a PowerBI novice, so it's taking time :)
It looks to be working, however I guess I made a mistake somewhere along the line as the axis is not showing correctly
I'll have to redo it to see if that resolves it.
Many thanks to all for your help :)