Forum Discussion

julrua's avatar
julrua
Frequent Visitor
5 years ago
Solved

Dynamic graph - manual selection

Dear all,    I saw an amazing feature of Power BI on Linkedin.  Unfortunately, I can't find the link anymore....    I want to create a column chart and I want to be able to change data directly ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi julrua 

    I'm sorry that I can't fully understand what you mean . Maybe you can describe it more clearly .

    (1)Whats 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.