Forum Discussion
Nourhassan
Helper I
4 years agoCalculate Change by previous row value
Hello, I need to calculate the load change hourly, so how the load is changed from time to time per percentage like the table below. I have a table with a TIME (From 0 to 23) Column an...
Nourhassan
Helper I
4 years agohello lbendlin,
is that helpful? Or do you need it as excel file?
| R_TIME | LOAD |
| 0 | 795 |
| 1 | 724 |
| 2 | 697 |
| 3 | 677 |
| 4 | 667 |
| 5 | 658 |
| 6 | 734 |
| 7 | 692 |
| 8 | 707 |
| 9 | 728 |
| 10 | 756 |
| 11 | 766 |
| 12 | 764 |
| 13 | 730 |
| 14 | 725 |
| 15 | 780 |
| 16 | 779 |
| 17 | 781 |
| 18 | 881 |
| 19 | 860 |
| 20 | 838 |
| 21 | 837 |
| 22 | 837 |
| 23 | 811 |
lbendlin
Super User
4 years agoThank you for providing sample data. Something like this?
see attached
- Nourhassan4 years ago
Helper I
I think you have made a mistake with the number to divide. The dividend should be the first number of Subtraction (Minuend).
- Nourhassan4 years ago
Helper I
Also, when I put this measure in my table, then I got an empty column without error.
Can someone help me please? I don't know why the column is blank
- lbendlin4 years ago
Super User
My proposed solution is based on the sample data you provided. If the sample data does not cover the issue fully then please provide more descriptive sample data.
- lbendlin4 years ago
Super User
I don't think so. Value growth computations generally follow the pattern
(New Value minus Old Value) divided by Absolute of Old value