Forum Discussion

rbriga's avatar
rbriga
Impactful Individual
4 years ago
Solved

Calculation Groups- More Than One Measure For Each Calculation Item

Hi all, I have created a claculation group in which each calculation item is a different existing measure. This allows the user to change the measure a visual shows, and it works great. The ca   ...
  • ValtteriN's avatar
    4 years ago

    I think this can be avoided by using if within the calculation group.
    So if you include this logic in the calculation items it should work:
    IF(selectedmeasurename()="Name of calc grp",selectedmeasure(), Your original calculation item logic)

    Alternative option would be to make another calculation group which would have the logic I described above and assign its precedence to be before the original calculation group.