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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
BratKat
Microsoft Employee
Microsoft Employee

Divide by distinct count and get average

Have a new Column calculated from two other existing columns

 

 

Total  = CALCULATE(COUNT('Work Items'[Column1]),'Work Items'[Column2] in {"Item1","Item2" })

 

Dividing by another column using distinctcount

Average = ([Total])/(distinctcount('Work Items'[IncidentID]))

(Number of total divided by number of distinct IncidentsIDs)

Trying to get the Average of the division value but can’t get the average syntax to work with this. 

 

Thank you 

 

 

 

1 ACCEPTED SOLUTION
some_bih
Super User
Super User

Hi @BratKat I am sorry, this is not enought to get insight what is your model about. If possible, upload pbi file.





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

Proud to be a Super User!






View solution in original post

3 REPLIES 3
some_bih
Super User
Super User

Hi @BratKat I am sorry, this is not enought to get insight what is your model about. If possible, upload pbi file.





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

Proud to be a Super User!






some_bih
Super User
Super User

Hi @BratKat please provide some sample data with expected output.





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

Proud to be a Super User!






BratKat
Microsoft Employee
Microsoft Employee

This is the calculation am using for this 

SevVols = ([Escort Bookings]+[ICM Incidents])/(distinctcount('Work Items'[IncidentID]))
Escort Bookings and ICM Incidents are count of items, for example 
Escort Bookings and ICM Incidents = 20 
IncidentID is distinctcount of number of actual incidents = 35 
 
 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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