Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 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
TheoC
Community Champion
4 years agoHi 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