Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.