Forum Discussion
Anonymous
3 years agoNot applicable
Dynamic Product Ouput
I want to create a calculated column and a measure. So, that It can also change based on the filters for a similar data sample as shows below. Where the previous row in output column multiplies with the current row in the input column.
| Input column | Output column |
| 2 | 2 |
| 3 | 6 |
| 5 | 30 |
| 6 | 180 |
| 7 | 1260 |
| 8 | 10080 |
| 9 | 90720 |
3 Replies
- Jihwan_Kim
Super User
- AnonymousNot applicable
Hi, is it possible if the values in the input column is repetitive and not in an order
- Jihwan_Kim
Super User
Hi,
Thank you very much for your message.
In my opinion, if the sequence of the input column could be defined by another column in the same table, for instance, defined by index column or a date column, and then, input could be repetitive and not in order.
I hope this helps.
Thanks.