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
Syndicate_Admin
Administrator
Administrator

Measure count active customers

Hello good morning. I have a table in which are lines of orders but less this is the table:

gam_0-1688035526873.png

And I would like a measure that would give me back the active customers I have. I would have to return that I have 2 active Customers A and C

How could I do it?

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

Thank you very much, solved!

confidentnwrong
Advocate I
Advocate I

You can use @Idrissshatila 's measure to count the number of active customers 

Measure = CALCULATE(DISTINCTCOUNT(cliente),(estado Cliente) = "Activo")

 

And use a slicer on the column estado Cliente to display them in the same table.

Note that if you'd like to only see the active clients and don't have a need to display the others on this page, you can directly put a filter "estado Cliente is Activo" on the table.

Idrissshatila
Super User
Super User

Hello @Syndicate_Admin ,

 

Try this

Measure = CALCULATE(DISTINCTCOUNT(cliente),(estado Cliente) = "Activo")
 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




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.