Forum Discussion
Technical feasibility and Tips -- Help about my project
- 3 years ago
Before you go that deep have a look at this video by ppm1 - it uses Deneb.
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.
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 ?
- lbendlin3 years agoSuper User
Before you go that deep have a look at this video by ppm1 - it uses Deneb.
- giammariam3 years agoSolution Sage
Agree, I was actually going to generate a Vega-Lite spec and throw it into deneb to see if it'd give hsavy what they wanted
- lbendlin3 years agoSuper User
I am doing the same, always wanted to understand what x2 is about - why don't we have a friendly competition...
We'll have to slightly massage the sample data - groupwise unpivoting is fun!