Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
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
Solved! Go to Solution.
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.
Nathaniel
Average Balance = CALCULATE(AVERAGE(Branch[Balance]),ALLSELECTED(Branch[Date]))
Proud to be a Super User!
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.
Nathaniel
Average Balance = CALCULATE(AVERAGE(Branch[Balance]),ALLSELECTED(Branch[Date]))
Proud to be a Super User!
You rock!!! This is exactly what i was looking for. Millions of thank you for you!!!
Glen
Anytime!
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.