Forum Discussion
Matrix Help. Avg instead of Total
- 5 years ago
Hi dmoggie ,
Try the following formula:
Measure = IF( HASONEVALUE('Table'[Date]), MAX('Table'[Value]), AVERAGE('Table'[Value]) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi dmoggie ,
Try the following formula:
Measure =
IF(
HASONEVALUE('Table'[Date]),
MAX('Table'[Value]),
AVERAGE('Table'[Value])
)If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Good Afternoon Winniz,
Thank you so much for your help. Happy to confirm this is just what I required to progress my report.