Hi, I am able to create Bar chart but, I am not understanding how to convert the values in Bar Chart to Percentage values. I did try using GroupBy but it becomes complicated procedure. I can go back to Excel or reference CSV file and do that’s a huge time consuming procedure.
Request your guidance at earliest as I need to submit project work.
Hi @booramaravind! Here’s a way in which you can compute the percentages using group by and a flow variable to display in order to display them in a bar chart. Hopefully this helps, let us know if not!