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... ?
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
377 | |
103 | |
65 | |
54 | |
49 |
User | Count |
---|---|
362 | |
120 | |
83 | |
68 | |
61 |