Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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]) ))
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |