Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ruzanovsky
Frequent Visitor

Create a table that has the number of customers on each classification

Hello!

 

I want to count the number of customers on each classification and make it appear on that right table. How do I make that?

EX: on AA we have 2 customers on 100%, 1 on 99%~96%, 1 on 96%~90%...

image.png

 

6 REPLIES 6
ruzanovsky
Frequent Visitor

 

 

No ideas? Thats what I want, to show the number of customers that are AA and 100% OTIF

OTIF is a metric, I cant filter out on CALCULATE.

 

In this case there are 3 customers, I want to show that on a quantitative value.

a.JPG

ruzanovsky
Frequent Visitor

How do I attach the pbix here?

Hi @ruzanovsky,

 

You can upload the file to the cloud drive like OneDrive, GoogleDrive, then share the link here if you can. Or send me a message through Message.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Unfortunately I can't upload anything from inside the company.

Anyways, if you can figure it out let me know!

ruzanovsky
Frequent Visitor

Clarifying, I want a DAX that counts number of customers and filters by OTIF % and Classification

This is what I have so far ( in this case I want only 100% OTIFS and .AA classifications ), but that does not work

 

COUNT .AA 100% = CALCULATE(

 

IF([OTIF %]=1;

 

COUNT(Customer[Customer Name]));

 

CCares[Customer Classification]=".AA")

 

What am I missing?

Hi @ruzanovsky,

 

Can you share a sample of the original data? The pbix file would be great.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.