Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community, i have an issue which is -> I have two dimensions in bar chart but i need to represent in grouped bar chart so i am using calculated dimension Here my issue is i am unable to sort the order in X axis like I have a month feb,mar,apr, may but in bar chart it showing may,apr,feb,mar. i need this in order
post the app.
You may want to use Sort by Expression option in the Sort tab, it should look like the below:
match(Month, 'Feb', 'Mar', 'Apr', 'May')
+ order Ascending/Descending
But I'm not 100% sure if that's exactly what you're looking for - can you post your qvw?