Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
I created a combo chart with two measures and 1 dimension. The dimension/X axis is in format of "YYYY-MMM (example: 2023-Dec) ".
I would like to sort the X axis from oldest to newest date but can't figure out how. Any insights? In a line or bar chart where there is only one measure, the date sorting seems to be working fine.
Thanks!
Hi,
can you try to trasform your dimension in:
=Date#(NameDimension, 'YYYY-MMM')
Thanks
Hi,
It is not possible when the combo chart having 2 measure(it is possible only 1 measure is present )