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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
s_namon
New Member

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
Employee
Employee

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors