Setting axis values

Hello jinbok11,

You can “bookmark” your fix versions and select by the order as you want.

Steps :

  1. Click on the each fix version and select “Book Mark”
  2. create aggregate function calculated member in Fix version dimension .
  3. in the "define new " form select the “book marked fix version” listed on right side panel by order which you want.
  4. use that calculated member in rows and expand it.

aggregate function Syntax:
aggregare({
[fixversion].[bookmarked fixversion1],
[fixversion].[bookmarked fixversion2],
[fixversion].[bookmarked fixversion3]
})

Reference Link : How to change order of columns and rows in the report?

Thanks, hope it helps.