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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
asofiacgraca
Helper I
Helper I

How to distinct count based on another column?

Hey 🙂

 

I am having some troubles here. Can you help me, please?

I have a table with similar content to this on PowerBI. I have the columns ID_Date_Company and Center. I need to calculate the column HowManyCenters? How can I do this?

asofiacgraca_0-1685543910924.png

Basically, i want to know how many different centers one ID match has. Note that there can be multiple lines that have the same ID, thats why i need to know how many centers there are.

 

Thanks!

1 REPLY 1
tamerj1
Super User
Super User

Hi @asofiacgraca 

Please try

HowManyCenters? =
COUNTROWS (
CALCULATETABLE (
VALUES ( 'Table'[Center] ),
ALLEXCEPT ( 'Table', 'Table'[ID Date Company] )
)
)

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.