Forum Discussion
Anja31
3 years agoRegular Visitor
Count IDs with filter and earliest date
Hi,
how do I get the unique number of Case Numbers filtered to a Process Stage Type for the respective earliest creation date?
I would like to display this number in a bar chart over time.
Example:
1 Reply
- lucadelicio
Impactful Individual
Try to create a measure:
MIN(TABLE[CreatedOn])
it would return only 1 row for any case number.
Sign as solution if i help you.