> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Move, Reorder, Remove Data For A Metric Sets

export const InlineImage = ({src, href, alt = "", size = "medium", customSize, position = "left", children}) => {
  const sizeClasses = {
    small: "w-6 h-6",
    medium: "w-8 h-8",
    large: "w-12 h-12",
    xlarge: "w-16 h-16"
  };
  const ImageComponent = () => <img src={src} alt={alt} className={customSize ? '' : sizeClasses[size]} style={{
    verticalAlign: 'baseline',
    display: 'inline-block',
    margin: '0',
    padding: '0',
    border: 'none',
    maxHeight: '1em',
    ...customSize ? {
      width: customSize,
      height: customSize
    } : {
      width: '1em',
      height: '1em'
    }
  }} />;
  const imageElement = href ? <a href={href} className="inline-block border-b-0 no-underline">
            <ImageComponent />
        </a> : <ImageComponent />;
  return <>
            {position === "left" && imageElement}
            {position === "left" && " "}
            {children}
            {position === "right" && " "}
            {position === "right" && imageElement}
        </>;
};

<b>This applies to:</b> *Managed Dashboards, Managed Reports*

To move data between Rows, Slicers, and Columns, drag it from where it is placed already in the Data Analysis Panel to the new area where the label *drop a hierarchy* appears.

To change the order of multiple items placed under the same heading, drag a lower item and drop it where you want it located.

<img src="https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=8c192508abbcc3418d9106b74d9c7e10" alt="Moving Reordering and Removing > Change order of multiple items using drag and drop" data-og-width="336" width="336" data-og-height="204" height="204" data-path="images/image_9089.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?w=280&fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=5d76eaaeb06e64491448d7bc176a5197 280w, https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?w=560&fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=c32aae233b6cf00f76b284a17d1a2722 560w, https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?w=840&fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=75938f14572c02c16fdf0f53a9028439 840w, https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?w=1100&fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=a986c6010943d7e9ba9c9ea8ea888589 1100w, https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?w=1650&fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=561e7d890d53802398c3451d3093aa62 1650w, https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9089.png?w=2500&fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=2cfc938d8075d199b768236dc240f7db 2500w" />

The order of hierarchies determines their grouping order. The order of measures determines their sorting priority when sorting by more than one measure.

Click the delete button to the right of the hierarchy or measure to remove it from the metric set.
