Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Here's a fun one - created a Dax calendar using CALENDARAUTO(12)
Added a column using: Month = FORMAT(DatesDAX[Date], "MMMM")
Added a column using: WeekNum = WEEKNUM('DatesDAX'[Date].[Date])
Put them into a hierarcy to get the following visual:
The only issue is that because the week numbers exist in both months - it's doubling the data for those crossover weeks(27,31,36).
Any ideas how I can clean this up?
Thank you!
Yes, don't mix months and weeks. They do not work well together.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |