I want to get the top category in this column using dax measure. That is, the category which is most repeated. Here it is AAA.
Category |
AAA |
AAA |
BBB |
BBB |
AAA |
BBB |
AAA |
CCC |
How can I do that?
Solved! Go to Solution.
Hi, @mah65
Please check the below picture and the sample pbix file's link down below, for creating measures.
https://www.dropbox.com/s/ip97l4ibbjaa0zk/mah65v2.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi, @mah65
Please check the below picture and the sample pbix file's link down below, for creating measures.
https://www.dropbox.com/s/ip97l4ibbjaa0zk/mah65v2.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
How to show all if there are multiple categories with highest count?
For example, if AAA and BBB are both repeated 4 times (highest count), how to show them all as a concatenated text: "AAA, BBB" ?
Thanks.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
179 | |
67 | |
65 | |
57 | |
55 |
User | Count |
---|---|
184 | |
103 | |
89 | |
75 | |
72 |