Forum Discussion
Average
Hi there,
I have a table with ProcessDate, Branch Name, and Balance by Branch. And i am looking to get the average of the balance by branch by process date range. Can you please tell me how to do it?
The process date is a range slicer.
Thank you
Glen
Hi gco ,
Drop the The Branch Name on Columns and see measure below for value.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
NathanielAverage Balance = CALCULATE(AVERAGE(Branch[Balance]),ALLSELECTED(Branch[Date]))
3 Replies
- Nathaniel_CCommunity Champion
Hi gco ,
Drop the The Branch Name on Columns and see measure below for value.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
NathanielAverage Balance = CALCULATE(AVERAGE(Branch[Balance]),ALLSELECTED(Branch[Date]))
- gcoResolver II
You rock!!! This is exactly what i was looking for. Millions of thank you for you!!!
Glen
- Nathaniel_CCommunity Champion
Anytime!