Could someone please explain how I can get key figures and dimensions to result in a format that has an inconsistent order of dimensions and key figures? For example, I want to create a query that would result in the following order of data:
Customer XYZ (dim), $100 (KF), Address (dim), $500 (KF), Project Type (dim), $1000 (KF), Account (dim), etc.
**dim = Dimension and KF = Key Figure**
Thanks!