Forum Discussion
Anonymous
3 years agoNot applicable
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 info...
PhillipB
3 years agoFrequent 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.
Anonymous
3 years agoNot applicable
Hi,
I onlt have weeks from 1 to 45 which so it don't work
Probably because there is only the first of each month at the colum Month ?
- PhillipB3 years agoFrequent 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