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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
ElenaCHR
New Member

Convert Excel Formula to DAX - Rolling Attrition

Hi Everyone, 

I am struggling trying to Convert the following formula to DAX measure. I have no clue how to do it. 

Column R = Available FTE, but just I need the orange highlighted cell.

Incremental = Actual FTE - Actual FTE Previous Week

 

ElenaCHR_3-1656614646318.png

 

Any help please?

 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@ElenaCHR , Power bi can not use the last row running column in the calculation ( I can not say the new value of the last row, last row value is what, when I begun). So these need to be framed using original values.

 

example inventory, cumulative has been used

 

Inventory / OnHand
[Intial Inventory] + CALCULATE(SUM(Table[Ordered]),filter(date,date[date] <=maxx(date,date[date]))) - CALCULATE(SUM(Table[Sold]),filter(date,date[date] <=maxx(date,date[date])))

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak thanks for confirming my suspicion. I didn't want to believe it.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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