Forum Discussion
android1
Post Patron
10 years agoUsing Week Number in X axis of Line Chart
Hi, In below line chart I'd like to show Week Number along the bottom axis instead of month. I am using column Service Date which when I change to Date Hierarchy, I only get the option of Year. ...
- 10 years ago
Hi, you must create your own hierarchy, just add a column with WEEKNUM(YourTable[YourDateField],1) and use that column in your chart.
If you want to see, just download the PBIX
https://mliworkers.blob.core.windows.net/jboca/Chart%20with%20Week.pbix
Regards
jbocachica
Resolver II
10 years agoHi, you must create your own hierarchy, just add a column with WEEKNUM(YourTable[YourDateField],1) and use that column in your chart.
If you want to see, just download the PBIX
https://mliworkers.blob.core.windows.net/jboca/Chart%20with%20Week.pbix
Regards
- android110 years ago
Post Patron
Yes, that works. Thanks very much.
- jbocachica10 years ago
Resolver II
Just remember to click to accept as a solution ;)
Regards