Hi
I am trying to calculate 'Resolve Time' for incidents. I worked out the forumula, however the DAX formula is not returning the values for incidents which were open for a longer period of time.
Below mentioned screenshot represents the incidents which are opened and closed within 3 days.
However, if an incident is open for a longer period of time i.e. if an incident is opened on 25/11/2018 and closed on 06/12/2018. The calculation doesn't seem to be working. the follwing error pops out.
FYI: I am using a direct connection to the DW, hence using the SUM function in my calculation. I understand that we can not access the source columns in DAX formulas when we use direct connection.
Any advice will help me out.
The SUM( ) of a date sounds... odd at best. In the grand total you are *actually* adding dates, which... I'm surprised is even legal 😛
I would do MIN() for Open and MAX( ) for Resolve... ?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
202 | |
69 | |
66 | |
58 | |
55 |
User | Count |
---|---|
251 | |
215 | |
102 | |
71 | |
71 |