Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi -- I've searched and tried to find this, but can't seem to figure it out. Please help!
I am working trying to count categorical variables. I have a table that has a coulumn named Event Group. In it, it has a column called "name." I have figured out how to count the number of occurences of event A with the following:
Count of A =
@RJSuttlemyre , Try a measure like
Countrows(Summarize(Filter('DIM-Event Group','DIM-Event Group'[Name] = "A"),'DIM-Event Group'[Name]))
Thanks for the reply -- I really appreciate it.
I tried it and it compiles, but gives the answer of 1 in line chart or column chart, as well as a table.
Did I do something wrong?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 9 | |
| 7 | |
| 6 |