Forum Discussion
gco
6 years agoResolver II
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 ...
- 6 years ago
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]))
gco
6 years agoResolver II
You rock!!! This is exactly what i was looking for. Millions of thank you for you!!!
Glen
Nathaniel_C
6 years agoCommunity Champion
Anytime!