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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
sujith_291183
Regular Visitor

Regarding Dax measure

 

This is the way i do in Excel. I need a measure coloum for Backlog and Rollover.
Backlog is previos day Rollover+Current day Actual and Rollover is Currentday Backlog-Capacity.
Can you please help how to create measure for this

WkDateActual
Capacity
ActualBacklog + TodayRollover
4320-Oct         1,800            907            993               -  
4321-Oct         1,800            797            797               -  
4322-Oct         1,800         1,026         1,026               -  
4323-Oct         1,800         1,127         1,127               -  
4324-Oct         1,800         1,325         1,325               -  
4425-Oct         1,800         1,355         1,355               -  
4426-Oct         1,000         1,673         1,673            673
4427-Oct         1,000         1,490         1,490            490
5 REPLIES 5
juju63
Regular Visitor

hello sujith_291183

 

did you try to add index 0 & index 1 (or more) and merge the query with itself ?

sujith_291183
Regular Visitor

Hi Omid,
Thanks for the response.
dont have the table of roll over and backlog
in excel it is calculated as per the cell.
like k5 + k8
Backlog need rollover and rollover need backlog
in excel it calculated as per cell
but in power binot able to do.
appriciate if you help this

Do you insisit to do it by Dax, or you are ok to o it by power query also?


If my answer helped solve your issue, please consider marking it as the accepted solution.

Yes power query is fine

 

Omid_Motamedise
Super User
Super User

use this
Rollover ='Table'[Backlog] - 'Table'[Capacity]



Backlog =VAR PreviousRollover =CALCULATE([Rollover],DATEADD('Table'[Date], -1, DAY))
RETURN PreviousRollover + 'Table'[Actual]




If my answer helped solve your issue, please consider marking it as the accepted solution.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.