Hi Everyone,
I'm facing with column chart. I have an application for user raise issue and the result will be show on chart . The issue have 3 level: Low ,Medium, High. I would like to show the report by month. But i just can show total by month. How i can show level and total by month ?
AddColumns(GroupBy(AddColumns('IT request',"MonthName",Text(DateRequest,"[$-en-US]mmmm")),"MonthName","Grouped"),"Count",CountRows(Grouped))
