on ‎2023 Apr 14 2:53 PM
Hi,
I have 2 date columns, one for when a call was raised and one for when a call was closed.
I have a mix of open and closed calls, the open calls do not have a closed date. I want to be able to show when calls when the open calls were raised and when the closed calls were closed on the same chart.
I want to replace the blank values in the closed date column with the date raised in the model so I can use restricted measures and display them on the same axis.
Can anyone help me do this or offer me a better solution?
Request clarification before answering.
nathan.heath
May be a calculated dimension for date
IF ( ISNULL ([d\CLOSE_DATE]),[d\RAISE_DATE],[d\CLOSE_DATE])
Use this calculated dimension in charts/ table
Hope this helps
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.