Forum Discussion
Grouping by day
- 2 years ago
Hi stribor45
You can create a date table, with a relationship to the calls table.
And use simple Dax measure :agents_on_call = DISTINCTCOUNT('Table'[Agent])I created a file based on your sample data, you can download it From this linkmore information about working with date tables:If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- 2 years ago
It is classik matrix .
Put on rows day << agent name
On values measure that i created.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- 2 years ago
Yes, you can modifiy tooltip page size.
From tooltip sheet .Canvas format settings.
Hi stribor45
It is a table and I suggested using a matrix.
I updated the sample file with this option + graph with a tooltip.
You can download it from the same:Link
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.