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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello All,
Could anyone assist me in a week over week change measure please?
the below doesnt seem to be working for me.
Thanks,
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, here are my steps you can follow as a solution.
(1) My test data is the same as yours.
(2) We can create a measure.
Red Jobs WoW% =
VAR __PREV_WEEK =CALCULATE(SUM('Open Job Report Tracker'[red jobs]),FILTER(ALL('Open Job Report Tracker'),'Open Job Report Tracker'[Date]=MAX('Open Job Report Tracker'[Date])-7))
var _b= DIVIDE(SUM('Open Job Report Tracker'[red jobs])-__PREV_WEEK,__PREV_WEEK,0)
return IF(
ISFILTERED('Open Job Report Tracker'[Date]),
ERROR("Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."),_b)
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, here are my steps you can follow as a solution.
(1) My test data is the same as yours.
(2) We can create a measure.
Red Jobs WoW% =
VAR __PREV_WEEK =CALCULATE(SUM('Open Job Report Tracker'[red jobs]),FILTER(ALL('Open Job Report Tracker'),'Open Job Report Tracker'[Date]=MAX('Open Job Report Tracker'[Date])-7))
var _b= DIVIDE(SUM('Open Job Report Tracker'[red jobs])-__PREV_WEEK,__PREV_WEEK,0)
return IF(
ISFILTERED('Open Job Report Tracker'[Date]),
ERROR("Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."),_b)
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 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 |
|---|---|
| 39 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |