Forum Discussion
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 help me? Thank you.
Note: they are not different columns they are a measure created to give the count of pending review and review auto complete.
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
4 Replies
- AnonymousNot applicable
Thank you
- TheoC
Community Champion
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 - AnonymousNot applicable
I want to do it to the other columns as well, but it is not possible to create measures for all of them.
- TheoC
Community Champion
Anonymous can you please be a bit more specific in what you are wanting? Also, can you provide context to how many columns / tables you're referring to? Currently, you have only presented two in your post and it's very challenging trying to guess what the problem is. If you can be more specific and provide more detail, the Community will be able to provide a much more accurate answer.
Thanks in advance.
Theo