Hi, I have an input table I am pivoting. After the pivot, my result table looks as follows:
| Type | 1/2023 | 5/2023 | 6/2023 |
| SRV | 3 | 11 | 1 |
How can I fill up the missing moths (2,3 and 4) on my table? I also want columns for months that do not have a value (or better, a zero). Any idea how to do it (not manually, since the flow can run with other settings)?
I think you can add the missing months before pivoting. If possible, would you provide an example workflow which demonstrates what you are trying achieve?