Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello Everyone,
I am having weekly data in attached sheet with column ("Report Date" to "Completed Week") which i have imported in Power BI.
Now, i have to develop custom column "In Prior Weeks Schedule?" and "Completed on Schedule?" in Power BI's power query.
(Logic is as explained by using excel formulas below for the calculation).
We have to compare each WO in current reporting week with last reporting week.
Is there any way to achive this?
In Prior Weeks Schedule? =IF(
SUMIFS([WO'#],
[BU],[@BU],
[WO'#],[@[WO'#]],
[Report Week],[@[Report Week]]-1,
[Schedule Week],[@[Report Week]]-1)
=[@[WO'#]],1,0)
Completed on Schedule=IF(
AND([@[In Prior Weeks Scheudle?]],
[@[Completed Week]]=[@[Report Week]]-1),1,0)
Solved! Go to Solution.
Create a custom key and do self join on the previous table.
key is like thise (reportweek-1) + WO#
Thank you for your reply,
I have uploaded excel file and .pbix file for your reference,
https://drive.google.com/file/d/11Ml22csv7DTZX-Ck16mpQ1u0aTdzDWP7/view?usp=drive_link
Could you please incorporate solution and share the. pbix file
Thank you,
PowerRobots
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |