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]="INSTALLED",FILTER('Manning calculation','Manning calculation'[Value]<>0),'Manning calculation'[Values]="Avl Qty").
I am trying to get average for the above measure .
I am trying to use below measure to get avg
avg park=Averagex('Total_Machine_park')
Solved! Go to Solution.
Hi,
Please try below.
Average measure: =
AVERAGEX (
VALUES ( TableName[ColumnName_you want to measure avg] ),
[Total_Machine_park]
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi @THENNA_41
how does your report look like? What columns are involved in the visual and in the slicers/filters and from which tables?
Hi,
Please try below.
Average measure: =
AVERAGEX (
VALUES ( TableName[ColumnName_you want to measure avg] ),
[Total_Machine_park]
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
97 | |
81 | |
41 | |
32 | |
29 |
User | Count |
---|---|
133 | |
95 | |
85 | |
44 | |
41 |