Hello everybody,
I am trying to estimate consumption data, by applying three methods (only one or a combination). I need to estimate only a max between 20% of the total period for which actual data is reported (for the two whole years that I am interested in 2020-2021) and 93 days. We can have consumption outside the active period for one meter (it’s historical data), but I estimate only the active period, within the two years. The methods are:
I managed to apply the first method by generating the days we have consumption and the missing days, but I struggle with the other two methods. I have attached the flow with dummy data.
I hope that somebody can help me with a solution or to pinpoint in a direction.
hi, regarding methods:
2. you can count the records for each month (or use unique tool) in 2020 and if there are only 8 records (4 months worth of data is missing) you can join the data on month and year / year + 1 with previous years' data
3. if filter on (year - 1) gives 0 records (the number of records calculated with summarize tool) - then apply the logic you described for calculating the consumption.
I wrote it in somewhat concise way (maybe too concise) - hope it helps. If you need further assistance - please let me know
I was thinking of that, but it gets complicated because the analysis is at a day level, not at the month. I used generate rows, to get all the days for which I had consumption and I did the join, as you mentioned, but the problem occurs when, for example, for the previous year I have missing periods in the middle of the month, and I would need the whole month. Maybe I'm complicating myself...
User | Count |
---|---|
106 | |
82 | |
70 | |
54 | |
40 |