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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BratKat
Employee
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!






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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors