Forum Discussion
ssmootbokf
7 years agoFrequent Visitor
Count Call Time Values Between a Range
I am relatively new to Power BI and need some help. I have a list of 4,000 calls for a call center. One of my columns is "Queue Time". I am trying to use DAX to count the number of calls that were be...
- 7 years ago
Try your same formula but change the right part to be
<= TIME(0,0,30)
yelsherif
7 years agoResolver IV
Try your same formula but change the right part to be
<= TIME(0,0,30)