Forum Discussion
Anonymous
8 years agoNot applicable
avg amount with sum
Hi i have data like below: I wrote dax for avg amount: Avg amount = CALCULATE(AVERAGE(‘table1[Amount]),filter(ALLEXCEPT(table1,table1 [Date],table2[Area]))) How to find to...
- 8 years ago
Anonymous
8 years agoNot applicable
based on date and area wise average amount is calculated
we can see single date(04/04/2018) amount is 0.05 and average amount 0.05
single date multiple times(04/09/2018) amount is 0.95, 1.5, 1, 0.5 , 0.65 and average amount 0.92
based on the above average amount calculations . Find total average amount : 5.31
can you please assist?