Forum Discussion
Power BI
- 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
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
Hey that didn't work for me.. when I try to add the new measure to the table it says can't display the visual how can I go about that?
- v-luwang-msft3 years agoCommunity Support
Hi Stan914 ,
Please check your column types to keep them consistent with the ones in my sample.
Best Regards
Lucien
- Stan9143 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