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.
wrwillits
8 years agoHelper III
Thanks for hte response.
Unfortunately the remaining useful life for each row of data (each component) needs to be recalculated based on the user selected futrure date so I don't think I can make it work by only adding a measure for the date (I actually tried that but without being able to trigger a recalculation of the row data, it does nothing).