Can we add if statements in Measure Expression for configuring the Custom Measure?
I am trying to build a Custom measure, and would like to incorporate the If statement in it.
Context: I have 4 custom measure and one text measure used as a dropdown selector. The user selects one of the measure name from dropdown measure, I want to return the value of the selected measure dynamically.
0