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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Trying to calculate average call time for each dispatcher. I assume that you first need to sort the column by the name of the caller and only then calculate an average for each of them separately... I started writing the function in DAX but I can't reach the result....
Solved! Go to Solution.
@hadasim , In case you need a measure that is average
Average(Query1[Call Duartion])
or
calculate(Average(Query1[Call Duartion]), filter(allselected(Query1), Query1[dispatcher] = max(Query1[dispatcher]) ))
Hi @hadasim,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@hadasim , In case you need a measure that is average
Average(Query1[Call Duartion])
or
calculate(Average(Query1[Call Duartion]), filter(allselected(Query1), Query1[dispatcher] = max(Query1[dispatcher]) ))
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
15 | |
11 | |
10 | |
10 |