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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
s_namon
New Contributor

How to sum value in next column

I want to calculate about how long that initial order will be ran out of stock

and this is sample of current data (M is sales of each month),

column "Month" is total month until stock ran out (I need this column)

1.JPG

Currently, i can write "if" formula like sample below, but in actual data i have around 36 months so it too long

Can i set formula as a VAR or not? Please help

 

Month = if(Sheet1[Initial order]-Sheet1[M1]<=0,1,
if(Sheet1[Initial order]-(Sheet1[M1]+Sheet1[M2])<=0,2,
if(Sheet1[Initial order]-(Sheet1[M1]+Sheet1[M2]+Sheet1[M3])<=0,3,
if(Sheet1[Initial order]-(Sheet1[M1]+Sheet1[M2]+Sheet1[M3]+Sheet1[M4])<=0,4,...........
1 REPLY 1
v-evelk
Valued Contributor

Hello,

 

It looks like a question concerning DAX. If so, I am afraid that it is out of our expertise therefore, it is better to ask in appropriate threads: this one, or another one.

 

Kind Regards,

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

Helpful resources

Announcements
Users online (3,586)