Forum Discussion
ana-pierola
3 years agoFrequent Visitor
IF/SWITCH measure performance
Hi, I have a general question about the best way to write if/switch measures. Is any of the following examples (1 and 2) more efficient than the other? 1) if_measure = IF(condition_measure...
johnt75
Super User
3 years agoI don't think that there would be any performance difference between the 2 but the first versions are much easier to read and maintain so I would use them