Forum Discussion
Count value in a column based on another column
- Anonymous6 years ago
Hi lardo5150 ,
Please check the following steps.
1# Create a Table like below:
2# Create a measure like below:
Measure = count('Table'[type])+03# Create a matrix visual as below:
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I use this:
Total Cases = CALCULATE(COUNTROWS('Acceptance History'),ALLSELECTED('Acceptance History'[Engineer]),VALUES('Acceptance History'[CRITSIT]))
That works, but I can't create seperate columns for the total sum of each value in the CRITSIT column when using the above.
I am trying to create additional counts or measures, that will give me the total of the value for each engineer, so I can put that into a card.
Ok, I figured out how to add a measure, I see what you were doing.
I ahve that working.
Any idea, how I get the measure, for each value based on engineer, so I can put that total in the Card?
So, using the first measure, for example, shows me engineer 1 got 3 Critsits, 2 normal. I want a card that shows the total Critsits.