Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.