Forum Discussion
Stharwani
Advocate II
8 years agoDax: convert monthly data to weeks
Hi team, I am using this formula to show week number Weeks = ROUNDDOWN(('Date'[Date] - 'Date'[StartOfFY]+2)/7,0)+1 When I try to show it along with months on a bar chart, the shared week app...
DAX0110
Resolver V
8 years agoHi Stharwani, the approach I'd suggest is to create another calculated column that computes the MAX(Month) for each Weeks value, then put that MAX(Month) column on the chart together with Weeks.
On the other hand, if you want to "snap" each Weeks value to the lower of the two months, use MIN(Month)
- Stharwani8 years ago
Advocate II
No, that did not work.
- Stharwani8 years ago
Advocate II
Any ideas ImkeF MattAllington
Thanks.
- MattAllington8 years ago
Community Champion
My advice is to create a proper calendar table.
Read my article here https://exceleratorbi.com.au/power-pivot-calendar-tables/and my blog here https://powerpivotpro.com/2015/02/create-a-custom-calendar-in-power-query/