I have one filter with month selection (single select) and a visual (pie chart) that shows data related to the selected month.
Does someone know how I can have another pie chart to show data for the month before the one that is selected ? (without any other selection requirement). I can either use month name or month number.
So it would look like this. previous_month_number = extract(βMMβ,addDateTime(1,βMMβ,{date_field}))
Then you can go into the previous month pie chart and have this field equal to your parameter month number. While the other pie chart has your regular date month number equal to your parameter month number.
thank you for your answer !
I do not have a date field. Itβs a text field which has the month name as value
Iβm not used to parameters yet, but I will try to create some and assign them to visuals