Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I want to create a bar chart where I can aggregate the values by month That is, I want to show the value that the second image shows
How can I do this?
I found the solution.
I used the expression sum( total<Month> value).
I could be wrong, but how about using set analysis to reproduce the second chart?
Something like;
Aggregationfunction({<NumYearMonth={202211}>}YourExpression)
Maybe I didn't explain it correctly, but I want it to appear every month with the same values that it shows when I filter only the month
Thank you for your help
G'day, can you provide the expression for your chart? The answer depends on what you are calculating the percentage of.
Cheers, Barnaby.
I found the solution.
I used the expression sum( total<Month> value).