Forum Discussion
Anonymous
8 years agoNot applicable
Only incremental values - Calculate between dates
Hi Guys, this might look simple.. but dk how to do it this is the information: So.. i got the Cumulative Total using this function: CumulativeTotal = CALCULATE(
...
- 8 years ago
Hi,
Effectively what you want is the value for that day only. Do you get the correct answer with this?
=SUM(vnxcritical[Used Space GB])
Ashish_Mathur
Super User
8 years agoHi,
Effectively what you want is the value for that day only. Do you get the correct answer with this?
=SUM(vnxcritical[Used Space GB])