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! Learn more
Hi Everyone,
I need your help ,I am trying to show Distinct names and there count in Visualisation table .
Task is to show names and there count from three columns, It is possible name appears in all three column then count will be 3. If its blank then Ignore.
As shown in below example:
This is how my data looks like.
| Name 1 | Count Name 1 | Name 2 | Count Name 2 | Name 3 | Count Name 3 | |
| Abc | Def | 1 | Fgh | 1 | ||
| Def | Fgh | 1 | Abc | 1 | ||
| Abc | 1 | Abc | 1 | Abc | 1 | |
| def | 1 | Abc | Xyz | 1 | ||
| Ghi | 1 | Def | GhI | 1 |
I am trying to show names and there count of null as shown in below table.
| Name | Count |
| Abc | 4 |
| Def | 2 |
| Ghi | 2 |
| Xyz | 1 |
I tried Unpivot but it didnt pick value from other columns.
Thanks for your help.
To show the count of distinct names from three columns, you can use the Power Query Editor in Excel. Here are the steps to achieve this:
By following these steps, you should be able to show the distinct names and their counts from the three columns.
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.