Forum Discussion
wrwillits
8 years agoHelper III
Dynamic Calculated Columns using What If Parameter
Can you use What If Parameters to dynamically recalculate a calculated column? I need to allow the user to change dates that are being used to forecast out component values. I currently have a fixed ...
- 8 years ago
It can be only used in measures not in columns. You can add a measure for you date calculation and use that.
parry2k
8 years agoSuper User
It can be only used in measures not in columns. You can add a measure for you date calculation and use that.
Hawk_Wang
7 years agoRegular Visitor
parry2k wrote:It can be only used in measures not in columns. You can add a measure for you date calculation and use that.
Hi parry2k,
I encounter the similar issue, and also want to use the IF function in new column.
Could you tell me why it is not support in columns?
Thank you for your reply.