Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have looked at other questions and their replies, but I don't get the desired result.
I have two dimensions: a Calendar Table and my Users table.
Following the suggestion in
I added to my Calendar table the week-of-the-year column. Since my this table spans 2018 to 2020,
the column run from 1 to 52 and over again for each consecutive year.
I also added a similar column to my Users table. However, my Users table has dates which run from
November 2018 to February 2020.
When I try using the latter, I simply get some (mysterious) values on an axis running from 1 to 52
However, when I try using the week quantity from the Calendar table (as in other solutions I found),
I get that (some equally mysterious) values are ordered in decreasing order.
I calculate WeeklyUsers measure with the following script
If you want plot weeks across the year you need to have some context of the year into it
Like
Week year = Year & " " & Week
The option of the Sort column will not apply as the values of the week are not unique across the year.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 43 |