Forum Discussion
TestDummy
2 years agoRegular Visitor
Counting values in multiple columns
I am needing help on how to get the count or total of each different category value from both the "VOC Issue" and "VOC Issue 2" combined. Below is my data and then an example of the results I'm looki...
- 2 years ago
=Table.Group(Table.FromColumns({Table.Column(PreviousStepName,"VOC Issue")&Table.Column(PreviousStepName,"VOC Issue 2")},{"VOC Issue"}),"VOC Issue",{"Count",Table.RowCount})
dufoq3
2 years agoCommunity Champion
Hi, wdx223_Daniel provided Power Query solution - so you should add his code as a new step in your Power Query query.
TestDummy
2 years agoRegular Visitor
I did that and now I get an expression error of 'PreviouseStepName' not recognized.