Forum Discussion
Stan914
3 years agoRegular Visitor
Power BI
I'm working on a dashboard with 3 columns I needed which is wait time, state, in network. I want to figure out the avereage wait time people had to wait to see the doctor. How can I accomplish that? ...
- 3 years ago
Hi ,
Pls refer the below:
average = FORMAT(AVERAGEX(FILTER(ALL('Table'),'Table'[Column4]="N"),'Table'[Column3]),"HH:NN:SS")
Similar case refer:
https://community.powerbi.com/t5/Desktop/Calculate-an-average-of-wait-times/td-p/1252643
https://www.youtube.com/watch?v=drR6e8eey4M
Best Regards
Lucien
v-luwang-msft
3 years agoCommunity Support
Hi Stan914 ,
Please check your column types to keep them consistent with the ones in my sample.
Best Regards
Lucien
Stan914
3 years agoRegular Visitor
Hey I was able to figure it out with the average function thanks. I'm trying to find the count of wait times above 5 minutes how can I accomplish that? The count is in seconds