All Stories

Power BI, the Violin Plot and Data Grain (Sampling)

How to correctly structure your data for using the Violin Plot (and a general lesson about aggregation within Power BI).

Lifting and Shifting a Simple d3.js Line Chart into A Power BI Custom Visual (Part 2)

Taking an existing example for d3.js and applying to it Power BI as a custom visual. Part 2 handles the visual elements of our chart.

Lifting and Shifting a Simple d3.js Line Chart into A Power BI Custom Visual (Part 1)

Taking an existing example for d3.js and applying to it Power BI as a custom visual. Part 1 handles mapping from the dataView into our custom visual.

Making a Range Column Chart in Power BI with the Violin Plot Custom Visual

How we can work with the properties of the Violin Plot custom visual for Power BI to produce a simple range column chart.

1,000m View of the Custom Visuals SDK

A short overview of how the custom visuals SDK looks for the developer.

Using the `table` DataViewMapping in Power BI Custom Visuals

How to set up and work with a simple `table` DataViewMapping in the Power BI custom visuals SDK.