Forum Discussion
Anonymous
6 years agoNot applicable
DAX Distinct Count with Filter
I'm comparing 2 columns; [Ticket Number] and [Scan datetime] in the same table. I need to find the total number of unique tickets with a scan. I came up with the following formula but not sure if it...
- 6 years agoAnonymous - I do not see anything wrong with that calculation. It is probably not how I would have structured it but because I try to avoid using CALCULATE but there is nothing wrong with it if your intention is to get a distinct count of only the TICKET's that have a SCAN_DATETIME.
Greg_Deckler
Community Champion
6 years agoAnonymous - I do not see anything wrong with that calculation. It is probably not how I would have structured it but because I try to avoid using CALCULATE but there is nothing wrong with it if your intention is to get a distinct count of only the TICKET's that have a SCAN_DATETIME.
Anonymous
6 years agoNot applicable
Greg_Deckler thank you for confirming. Appreciate your help.