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!
You can create a measure with the filter you want and use it for the data in your graph. Something like this should work:
Forecast+/-5wks:=CALCULATE(SUM(Sales[Forecast]),FILTER(Sales,Sales[WeekDate]<=TODAY()+35 && Sales[WeekDate]>=TODAY()-35))
If you need exactly 5 weeks before and 5 after, you can replace the TODAY()'s with TODAY()-WEEKDAY(TODAY(),3))
If your data isn't already aggregated by start of week, you can use the minus weekday formula just noted to add a calculated column to use as your x-axis.
You can create a measure with the filter you want and use it for the data in your graph. Something like this should work:
Forecast+/-5wks:=CALCULATE(SUM(Sales[Forecast]),FILTER(Sales,Sales[WeekDate]<=TODAY()+35 && Sales[WeekDate]>=TODAY()-35))
If you need exactly 5 weeks before and 5 after, you can replace the TODAY()'s with TODAY()-WEEKDAY(TODAY(),3))
If your data isn't already aggregated by start of week, you can use the minus weekday formula just noted to add a calculated column to use as your x-axis.
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 |
|---|---|
| 61 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 128 | |
| 105 | |
| 55 | |
| 39 | |
| 32 |