Forum Discussion
JFG123
4 years agoFrequent Visitor
Concatenate multiple measures into one, increase speed?
I have a series of measures in their own table, I am trying to build a measure that concatenates the outputs of some of these measures into its own measure, for example: 3P = [3PM] & "-" & [3PA]...
amitchandak
Super User
4 years agoJFG123 , Try to create this measure using the measure formulas in a new measure and check do you see any difference. Try to avoid any duplication code across measures
JFG123
4 years agoFrequent Visitor
amitchandak this does not improve speed, I have added further comments to post around the use of symbols in the measure which I think is what is slowing it down.