Forum Discussion

hsavy's avatar
hsavy
Frequent Visitor
3 years ago
Solved

Technical feasibility and Tips -- Help about my project

Hello everyone, 

I have a project of a visualization of two schedules agreement on different task and would want to reproduce the following model in a custom visual (I can't find how to do it properly with the available visuals). 
I would like to know its technical feasibility and would welcome any advice on how should I do it as I am a newbie 🙂 

Model : 

 

I am an engerneering student in computer science so I'm used to programming and I have few knowledges on web technologies.
I have also already took a look to Microsoft and youtube tutorials to create custom visuals. 

Thank you to anyone answering and feel free to question me back ! 
hsavy

 

9 Replies

  • If you like you can experiment with generating your own data series for these tasks, and then use a standard matrix visual to blend it all together.  Might be a bit messy as you seem to need day level granularity.

     

    Also have a look at Deneb or Charticulator.

    • hsavy's avatar
      hsavy
      Frequent Visitor

      Thank you for answer. Indeed, I've achieve it with matrix visual but it's messy and can't be modified as much as a custom visual can. 
      I've read a lot about creating a custom visuals with Typescript and react. I've found a couple of great libraries to use such as vis-timeline, a fully scalable scrolable timeline, to use to create my custom visual. 

      Do you think it is possible to create something this way with PowerBI SDK ?  

  • If you could provide a sample .pbix file with sample data, I'd be happy to help.

    • hsavy's avatar
      hsavy
      Frequent Visitor

      Hey sure, they won't let me upload any .xlsx or .pbix file so here is a data sample : 

       

      SubsysDate 1Date 2Date 3Date 4
      Task 101/01/202201/01/202302/02/202310/10/2023
      Task 201/01/202201/05/202302/02/202310/12/2023
      Task 305/05/202205/05/202301/01/202312/12/2023
      Task 401/01/202201/01/202302/02/202310/10/2023
      Task 501/01/202201/05/202302/02/202310/12/2023
      Task 605/05/202205/05/202301/01/202312/12/2023
      Task 703/03/202209/09/202203/03/202309/09/2023
      Task 805/05/202212/12/202205/05/202312/12/2023

       

      Let me know on how to upload one if you need me to.