Deneb Example - Nested Facets
Deneb/Vega-Lite can use nested facets to easily compare multiple categories of data. Whereas the small multiples available in native Power BI visuals concatenate charts in a filled grid, nested facets in Deneb/Vega-Lite use a true matrix approach and permits a “ragged-right” rendering which can ease visualization and comparison. (NOTE: I didn’t quickly find a way to implement a “ragged-right” rendering with native Power BI visuals; I’d be happy to be proven wrong.) The example presented herein...