Forum Discussion

Shree_185's avatar
Shree_185
Helper I
4 years ago
Solved

Need help in calculation

Hi everyone,   I m trying to calculate the Final Output column   1. If the same ID has multiple only COW values, print COW 2. If the same ID has multiple only Revisit values, print Revisit 3. I...
  • Shree_185's avatar
    Shree_185
    4 years ago

    rsbin Got error Calculate is not a function, Countwows is not a function

  • rsbin's avatar
    rsbin
    4 years ago

    Shree_185 ,

    In the Return part of the Measure, I simply changed the condition to read:

    COWCount >=1.  It appears this is what you need.

    Please see your pbix attached.