Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello
I'd like to know how to create a calendar starting on Monday of the current week and adding the next two weeks.
Example:
Best regards
Xavi
Solved! Go to Solution.
@XaviOV ,
Try it as
Calendar?
var _1 a today() -weekday(today(),2) +1
Var _2 to _1 +14
Return
calendar(_1,_2)
You may have added three weeks 21
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 39 | |
| 23 | |
| 23 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |