Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to combine data from two columns in the same row

I want to combine the table Pending Review and Review Auto complete treating them both as Review. And the column values are the count values. I'm not sure how to go about it. Can someone please...
  • TheoC's avatar
    4 years ago

    Hi Anonymous 

     

    You can create a new measure with the two existing measures. Basically, all you are doing is adding the two measures to create the new measure you want.

     

    Review = [Pending Review] + [Review Auto]

     

    Hope this is what you're after!


    Theo