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
Pandetbaby
Frequent Visitor

Calculated column - counting occurrences associated with unique IDs

Hey!

I have a list of IDs and occurences, and I was wondering if there is a way to add a calculated column that will give me the total set of occurences per ID?

 

IDOccurenceTotal Occurence for ID

A

13
B 0
C12
C12

A

13

A

13

A

 3

 

Thank you!

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Pandetbaby 

Pls try

Column = CALCULATE(SUM('Table (3)'[Occurence]),ALLEXCEPT('Table (3)','Table (3)'[ID]))+0

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Pandetbaby 

Could you please tell me whether your problem has been solved?

If yes, you could accept the helpful answer as solution to close this thread.

 

Best Regards,
Community Support Team _ Eason

ryan_mayu
Super User
Super User

@Pandetbaby 

Pls try

Column = CALCULATE(SUM('Table (3)'[Occurence]),ALLEXCEPT('Table (3)','Table (3)'[ID]))+0

1.PNG





Did I answer your question? Mark my post as a solution!

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.