Forum Discussion
icdns
Post Patron
7 years agoCount tickets based on filtered date
Hi Guys, Requesting for your help... I wanted to have a dax that counts the ticket when a date is filtered. I am currently not using dax to filter dates.. I am only using 1 table for this and I ...
icdns
Post Patron
7 years agoHi RobbeVL ,
For example I have list of tickets with "completed_date".
Filter: Completed Date: August 1, 2019
Ticket No Completed Date
001 August 1, 2019
002 August 2, 2019
003 August 1, 2019
Scenario: If August 1, 2019 is filtered, only Tickets 001 and 003 will reflect.
I only have 1 table for this :)
Anonymous
7 years agoNot applicable
- icdns7 years ago
Post Patron
Hi, Anonymous
Yes yes this is correct, are you using a measure for this? Cause a simple filter can't solve my problem here :(
- Anonymous7 years agoNot applicable
- RobbeVL7 years ago
Impactful Individual
But what do you want to see?
How many Tickets in a day?
if so: Make it into a Matrix table, Drag "Date" to rows, and "Ticket no" to value, and make sure it Counts the column.