Browser (Cube Designer) (Analysis Services - Multidimensional Data)

Use the Browser tab in Cube Designer to explore dimensions, measures, and KPIS in a cube. In SQL Server 2012, the Analysis Services Cube browser has been integrated with the MDX Query Designer, and provides a graphical user interfaces to help you create MDX queries, filter and slice cubes, and drill down into hierarchies.

The Browser tab has two modes: Design Mode and Query Mode. In either mode, you can use the objects in the Metadata pane to explore the cube, or you can drag members from the Metadata pane into the query area, to build an MDX query that retrieves the data you want to use.

Browse and Query Using Graphical Design Mode

The following figure shows the Browser interface in the graphical Design Mode.

Analysis Services MDX query designer, design view

While you are working in graphical design mode, if the AutoExecute (AutoExecute the query) toggle button on the toolbar is selected, the Browser runs a query each time that you drop a metadata object onto the Data pane. You can also manually run the query using the Execute Query (Run the query) button on the toolbar.

To change the graphical query designer to Query mode and work with the text of the MDX statements, click the Design Mode button on the toolbar.

Browse and Query Using MDX Text Mode

While you are in MDX test design mode, you can work with MDX directly. The Metadata pane is still available so that you can add objects to the query design area, and you can drag and drop MDX functions and operators from the list in the Functions pane.

The following figure shows the Browser interface for Query mode.

Analysis Services MDX query designer, query view

You can begin working in graphical Design mode, add any required objects, add filters to slice the cube, and then switch to text mode to extend the default MDX query that was generated, and include additional member properties and cell properties.

The Metadata pane displays tabs for Metadata and Functions. From the Metadata tab, you can drag dimensions, hierarchies, KPIs, and measures onto the query design area. From the Functions tab, you can drag functions onto the query design area. When you execute the query, the query design area displays the results for the MDX query. You can also click Analyze in Excel on the Toolbar to export the data to Microsoft Office Excel and view the results as users would, in a PivotTable.The following sections describe the toolbar and all panes for each mode of the Browser in more detail.

Note that, while you are working in text mode, the AutoExecute (AutoExecute the query) toggle button on the toolbar is not available. However, you can manually run queries by using the Execute Query (Run the query) button on the toolbar.

Sections

See Also

Reference

Cube Designer (Analysis Services - Multidimensional Data)

Concepts

Cube Objects (Analysis Services - Multidimensional Data)

Cubes in Multidimensional Models