XY Chart - Dynamic Series

You would need to make a project script that will loop through your dataset and then build the series array to apply to the chart. Then you would call this script via a runscript call or a script transform on a binding to the series property.

The other way is to install the Integration Toolkit from pturmel and utilize the forEach() expression method coupled with the columnsOf() method to build the series in an expression binding.

1 Like