Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I have a list of customers. Also, I created a column inside of this list with letters (A-Z) to see how many companies are in which letter. Unfortunately, I used the distinct count but I cannot get the info I need. Any comments?
I want the results to look like this:
A - 100
B - 25
C - 55
but I got 26 distinct count and aggregate count was 560.
If you have something like:
Customer,Letter
Create a measure like:
NumberOfCustomers = COUNT([Customer])
Create a table visualization and put Letter and NumberOfCustomers in it.
My Colums are these:
Name, Letter
I created the measure but the table visualization I couldn't get to work right. I use the card and filtered it for the letter I need and it showed the number I wanted. If I need 26, then I guess I need to create 26 cards and resize them. The measure worked nicely though if only I could find a way to make it twist easier. I would like to be able to click letters and have it show numbers.
I need to watch more videos 🙂
Hi residentx,
Smoupre’s point seems well, I’d like to share other way to achieve your requirement:
In addition, if you want to display the specify item(e.g. a, b, c), you could add a slicer to filter the data.
Result:
Regards,
Xiaoxin Sheng
Xiaoxin,
What version of powerBI are you using? I don't have the slicer in version, Version: 2.37.4464.602 64-bit (July 2016)
The slicer visual has always been there. If you are using the card visualization, you could have a single measure but just filter each one by the letter that you want. I'm not sure what could possibly have gone wrong with a table visualization.
I can see the visuals but they are two separate ones. Can we "chain" visuals in Powerbi now?
Yes, you have always been able to chain visuals together in Power BI.
I think I'm tired today. Let me look at this when I'm fresh. The table allowed me to do some things but not everything I wanted.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 10 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 35 | |
| 28 | |
| 20 |