This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi there ,
I want to show the chart like below -
Last 4 weeks chart -
How to achieve this, which will exclude the current week 47 ?
My Master Calendar -
My Lastest chart is showing like below -
Solved! Go to Solution.
maybe you can try to create a column to get the current week.
Column =
VAR _maxyear=max('Table'[year])
VAR _maxweek=maxx(FILTER('Table','Table'[year]=_maxyear),'Table'[week])
return if('Table'[year]=_maxyear&&'Table'[week]=_maxweek,"current week")
then add the new column in the filter, and unselect current week.
Proud to be a Super User!
maybe you can try to create a column to get the current week.
Column =
VAR _maxyear=max('Table'[year])
VAR _maxweek=maxx(FILTER('Table','Table'[year]=_maxyear),'Table'[week])
return if('Table'[year]=_maxyear&&'Table'[week]=_maxweek,"current week")
then add the new column in the filter, and unselect current week.
Proud to be a Super User!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 52 | |
| 48 | |
| 47 | |
| 22 | |
| 21 |