Forum Discussion
Average of table
- 6 years ago
Hi,
Is this data in your screenshot the sum value for each product?(Simplely means one product has more than one value for each Year/Q)
If so, i create two new tables to test:
Create a sum measure for each product of each Year/Q:
Measure = SUM('Product'[Values])Then create an average measure for each Year/Q:
Average = CALCULATE(SUM('Product'[Values]),ALLEXCEPT('Date','Date'[Q],'Date'[Financial Year]),ALLSELECTED('Product'[Product]))/3Choose these two measures and follow my previous reply's steps, it shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto Zhi
Hi,
Is this data in your screenshot the sum value for each product?(Simplely means one product has more than one value for each Year/Q)
If so, i create two new tables to test:
Create a sum measure for each product of each Year/Q:
Measure = SUM('Product'[Values])Then create an average measure for each Year/Q:
Average = CALCULATE(SUM('Product'[Values]),ALLEXCEPT('Date','Date'[Q],'Date'[Financial Year]),ALLSELECTED('Product'[Product]))/3Choose these two measures and follow my previous reply's steps, it shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto Zhi