Forum Discussion
Create A Graph Between Time And Distinct Value
- 4 years ago
Hi Anonymous ,
You may try this solution.
Here are the sample data.
1 Create a Calculated column
Time = FORMAT('Table'[DateTime],"hh:mm")2 Create a measure to count DNC
Count DNC = CALCULATE(COUNT('Table'[ Status]),FILTER('Table','Table'[ Status]="DNC(Do not call)"))The result looks like this.
Also, attached the pbix file as reference.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun
Hi Anonymous ,
You may try this solution.
Here are the sample data.
1 Create a Calculated column
Time = FORMAT('Table'[DateTime],"hh:mm")
2 Create a measure to count DNC
Count DNC = CALCULATE(COUNT('Table'[ Status]),FILTER('Table','Table'[ Status]="DNC(Do not call)"))
The result looks like this.
Also, attached the pbix file as reference.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun