Forum Discussion
Anonymous
4 years agoNot applicable
How to use average DAX function for measure
I have created new measure in the table . i have copied measure in the below Total_Machine_park = CALCULATE(DISTINCTCOUNT('Manning calculation'[ID]),'Manning calculation'[Capacity Type]="INSTAL...
- 4 years ago
Hi,
Please try below.
Average measure: = AVERAGEX ( VALUES ( TableName[ColumnName_you want to measure avg] ), [Total_Machine_park] )
tamerj1
Community Champion
4 years agoHi Anonymous
how does your report look like? What columns are involved in the visual and in the slicers/filters and from which tables?