Forum Discussion
TimK
Helper III
3 years agoMerge 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
Super User
3 years agoTimK,
Try this measure. It returns the first non-blank of its arguments.
Merge Measure =
COALESCE ( [Measure 2], [Measure 1] )