Historical pie chart

  1. Add a custom property (type dataset) and copy your historical binding to it
  2. Change the binding on the pie chart’s data property to an expression using columnRearrange - a somewhat misleading name, it can also be used to filter columns from a dataset, with something like this:
    columnRearrange({Root Container.Pie Chart.Custom Property}, "tag1", "tag2")
3 Likes