Forum Discussion
Adding Weeks to a Month column ?
Hello,
I would like to : be able to drill down this chart to Month (below) with the weeks associated.
But my issue is : How can i import the weeks information ?
I have all the information regarding month and weeks on my table.
But, i only imported the Month : I have filtered only the month so the weeks (S01, S02...S48...) are not there
Initally, i only had column "Date" "Mois" and "Mois_Majuscule" but i added the last 3 columns to make a correlation with weeks
How can i add the weeks information so my Drill Down function with Month and Weeks work ?
Mathieu
3 Replies
- PhillipBFrequent Visitor
Hi Anonymous
When you are in PowerQuery you can select the date column you have and use the Add Column menu, Date Options and select "Week of year"
With this new column you can place this under your month on the x-axis and use it for the drill down.
- AnonymousNot applicable
Hi,
I onlt have weeks from 1 to 45 which so it don't workProbably because there is only the first of each month at the colum Month ?
- PhillipBFrequent Visitor
Hi Anonymous
If you use the Debut_Semaine column to make the week numbers then you should get what you need.
The other option is you can create a calendar table:
Calendar = CALENDAR(FIRSTDATE([Debut_Semaine]),TODAY())Then use these dates to create week numbers in the new calendar table and then create a relationship between this date to get the weeknumbers