Forum Discussion
Dynamic graph - manual selection
- Anonymous5 years ago
Hi julrua
I'm sorry that I can't fully understand what you mean . Maybe you can describe it more clearly .
(1)What’s the meaning of Number of days .The diff between Start Date and End Data ?
(2)What kind of visual effect it is if you move your column chart for one employee for more days ?
I created a simple example, you can refer to the following :
Original data :
I create a column to count the diff days between Start Date and End Date .
DIFF = DATEDIFF('Table'[Start Date],'Table'[End Date],DAY)
And add a bar chart to display the effect .
If possible, please provide detailed requirements and non-private data . This will help us better understand the problem and give a solution .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi julrua
I'm sorry that I can't fully understand what you mean . Maybe you can describe it more clearly .
(1)What’s the meaning of Number of days .The diff between Start Date and End Data ?
(2)What kind of visual effect it is if you move your column chart for one employee for more days ?
I created a simple example, you can refer to the following :
Original data :
I create a column to count the diff days between Start Date and End Date .
DIFF = DATEDIFF('Table'[Start Date],'Table'[End Date],DAY)
And add a bar chart to display the effect .
If possible, please provide detailed requirements and non-private data . This will help us better understand the problem and give a solution .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.