Forum Discussion
Conditional formatting of measures
Hey Trescher ,
Sadly, you will have to create separate coloring measures for all measures of your interest.
The good news is that the function will centralize the logic, so if the common logic for the coloring were ever to be changed, you would not go about changing each coloring measure logic rather just update the logic in the function. And while, you will still need to make one coloring measure for one measure, the definitions become simpler as it is basic function call on the measure of interest.
Thanks for the swift reply alish_b !
OK that is definitely some benefit as opposed to defining separate measures in which the logic resides.
Still for me it seems very inefficient to make N seperate measures for these coloring formatting given N measures. Basically it scales with 1-to-1 with every measure that follows this logic.