View Published Data

Space Admins can view their published data through Space Management.

  1. Select View Published Data from Space Management.
    Data is split in to three tabs: Dimension Data, Measure Data, and Stage Data.
    view published data
  2. Rest the cursor over the chosen item and select Preview Data or View Profile to learn more about the published data.
    preview data or view profile
  3. When viewing the published data, you can modify information in the Data query. Click Run Query to view the results of the data query.
  4. To view data in a specific order, use the "ORDER BY" parameter.

When attempting to use order by with a measure column, you may face this error: Unable to retrieve results of query. This error is because you cannot have an ORDER BY clause on an aggregated measure and a different aggregation on the same measure in the projection list of the SELECT, for example [Sum: Quantity] and [Max: Quantity]. Remove the extra aggregations for that measure in the SELECT statement and run the query again.