Forum Discussion
AlB
4 years agoCommunity Champion
Visual simultaneous events
Hi all,
We want to have a visual similar to the one below so that we can see where users were active simultaneously. Each row on the y axis is a different user, the x axis is time and the yellow ba...
mahoneypat
4 years agoMicrosoft Employee
Please see the attached that addresses:
- Specifying fields and the display order for the tooltip. Note that a "format" is also needed to get the the datetime values to show in full
- Specify a different "color" for the "mark" or using the User field in "encoding" (two different tabs; not sure which one you wanted)
- Sorting by a field. I didn't see an additional field, so I sorted by User descending to demonstrate the syntax.
Pat
Br1-981
3 years agoHelper I
mahoneypat Very useful, thanks for letting me discovering this visual, literally saved my day!
Do you know if is it possible to remove completely the legend?
Do you have further documentation about it?
Thanks in advance
Bruno
- mahoneypat3 years agoMicrosoft Employee
Here are two great links to get started with the Deneb visual, which leverages Vega Lite. The second link has all the documentation for Vega Lite where you can see the properties for a legend and how to disable it.
Declarative Visualization in Power BI | Deneb (deneb-viz.github.io)
Pat