Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
PowerRobots99
Helper II
Helper II

Power Query Custom Column Calculation

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?

  

Screenshot 2024-05-10 165701.png

 

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)

1 ACCEPTED SOLUTION

3 REPLIES 3
AngeloParana
Resolver I
Resolver I

Create a custom key and do self join on the previous table.

 

key is like thise (reportweek-1) + WO#

@AngeloParana 

 

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

 

https://docs.google.com/spreadsheets/d/1aMBa5f54oMcYgWinr0S69k4jSP1OK4K9/edit?usp=drive_link&ouid=10...

 

Could you please incorporate solution and share the. pbix file

 

Thank you,

PowerRobots

Hi, here you go

PBIX File 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors