Forum Discussion
CHBIV
9 years agoRegular Visitor
Pull Column Values by Count
Hello Power Bi Community. I am new and excited to be learning this amazing software.
Question: I have a column like below:
AECOsim
0
0
0
1
3
0
4
2
3
4
2
1
1
I want to be able to pull how many occurences happen with each value, like this:
0 = 4
1 = 3
2 = 2
3 = 2
4 = 2
and so on. I have about 30 of these types of columns to do this to. Any and all help is appreciated!
Thank you
:smileyvery-happy:
4 Replies
- anupampandeyHelper III
Hi CHBIV,
I have created a sample table based on your example and I have created a measure COUNT(Table1[AECOsim]).
Plot this on matrix, it gives exactly the same output which you required.
I hope it helps you. If yes please accept it as solution.
Cheers,
Anupam