Forum Discussion
D_P
3 years agoFrequent Visitor
Add Column: conditional statement and numeric parameter
I created a numeric parameter that allows the user to choose a value between 0 and 20. And a measure that tells me what number was chosen: I have a table Product and I want to ...
ToddChitt
Super User
3 years agoI don't think you can use a Measure in this type of Column calculation. If you swap out [ChosenNumber] for a literal value, it will show proper results, right?
D_P
3 years agoFrequent Visitor
Yes, you're right. But I need it to be dinamic, meaning, I need to be able to change it here
And see it reflected on the Product table.
Do you have any other suggestions on how this can be achieved?
Thanks in advance.