I need to create a triple combination chart consisting of clustered and stacked columns, with line charts on top of it. See the picture below for reference. Does anyone know of a custome visual that can accomplish this? Alternatively, is there a way to incorporate R into a visual to accomplish this?
I need one clustered column with two stacks and one cluster with 1 stack. I have two lines I need charted as well. It would look like the drawing below:
@gaby004 You can try plotly.js custom visual. https://appsource.microsoft.com/en-us/product/power-bi-visuals/akvelon.plotlyjsvisualbyakvelon?tab=O...
And create multiple traces(bar graph, line,etc) to stack on top of each other.