Forum Discussion
jppuam
1 year agoHelper V
Differing values
Hello, i want to differing values that 1 have in a period, for the next 12 months ahead. for example: Insurance code Begging date end data value (costs) person A 31/12/2024 31/12/2024 ...
- 1 year ago
You can try in Power Query with the following steps:
- Add a new Column in PowerQuery using this formular pattern: List.Numbers(0, ([Data value]/12)+1)
- Expand this new column using the "Expand to new rows" option. Change the data type here to Whole Number
- You can create a new Date End Column using this formula pattern: Date.AddMonths([Dateend], [NewCol])
- If this works for you, kindly mark as Answer to make it easier for anyone with similar issues to find a solution
- Add a new Column in PowerQuery using this formular pattern: List.Numbers(0, ([Data value]/12)+1)
ahmedoye
1 year agoResponsive Resident
You can try in Power Query with the following steps:
- Add a new Column in PowerQuery using this formular pattern: List.Numbers(0, ([Data value]/12)+1)
- Expand this new column using the "Expand to new rows" option. Change the data type here to Whole Number
- You can create a new Date End Column using this formula pattern: Date.AddMonths([Dateend], [NewCol])
- If this works for you, kindly mark as Answer to make it easier for anyone with similar issues to find a solution