Forum Discussion
ShevKov
5 years agoNew Member
Combine 2 measures
Hi all, I have created two measures that work. Now my goal is to combine these into 1 measure with the rule being: if for a certain period (date) measure 1 does not return anything, the results from ...
CNENFRNL
Community Champion
5 years agoShevKov , if, at any moment, one of [Meaure 1] and [Measure 2] is blank, you might simply combine them this way,
Measure Combined = [Meaure 1] + [Measure 2]- Anonymous5 years agoNot applicable
Hi,
however you can't do that if you try to sum (not total summation) measure from different tables.
how can you solve that?