Forum Discussion
TimK
3 years agoHelper III
Merge Data created in Measures
I have what i find is a challenging issue, which i will explain: I have a number of Measures, which basically sumarise 2 different sets of data, but the tags come from the same source but different ...
DataInsights
3 years agoSuper User
TimK,
Try this measure. It returns the first non-blank of its arguments.
Merge Measure =
COALESCE ( [Measure 2], [Measure 1] )