This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 |
|---|---|
| 31 | |
| 25 | |
| 25 | |
| 22 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 25 | |
| 20 | |
| 20 |