How to: Retrieve Data from an Analysis Services Cube (MDX) (Report Builder 2.0)

To use data from an Analysis Services cube in your report, you must define an Analysis Services data source and create one or more report datasets. When you define the data source definition, you must specify a connection string and credentials so that you can access the data source from your client computer.

You can create an embedded data source definition for use by a single report or a shared data source definition that can be used by multiple reports. The procedures in this topic describe how to create an embedded data source. For more information about shared data sources, see Embedded and Shared Data Sources (Report Builder 2.0) and Creating, Modifying, and Deleting Embedded Data Sources (Report Builder 2.0).

After you create an Analysis Services data source, you can create one or more datasets. Use the Multidimensional Expression (MDX) query designer to create MDX queries. For more information, see Analysis Services MDX Query Designer User Interface (Report Builder 2.0).

After you publish your report, you may need to change the credentials for the data source so that when the report runs on the report server, the permissions to retrieve the data are valid.

To create an embedded Microsoft SQL Server Analysis Services data source

  1. On the toolbar in the Report Data pane, click New, and then click Data Source.

  2. In the Data Source Properties dialog box, type a name in the Name text box, or accept the default name.

  3. Verify that Embedded connection is selected.

  4. From the Type drop-down list, select Microsoft Sql Server Analysis Services.

  5. Specify a connection string that works with your Analysis Services data source.

    Contact your database administrator for connection information and for the credentials to use to connect to the data source. The following connection string example specifies the AdventureWorksDW database on the local client.

    Data Source=localhost;Initial Catalog=AdventureWorksDW
    
  6. Click Credentials.

    Set the credentials to use to connect to the data source. For more information, see Specifying Credentials for a Report Data Source (Report Builder 2.0).

    Note

    To test the data source connection, click Edit next to the connection string text box. In the Connection Properties dialog box, click Test Connection. If the test is successful, you will see the information message "Test connection succeeded." If the test fails, you will see a warning message with more information about why the test was not successful.

  7. Click OK.

    The data source appears in the Report Data pane.

To create a dataset for a Microsoft SQL Server Analysis Services data source

  1. In the Report Data pane, right-click the name of the data source that connects to an Analysis Services data source, and then click Add Dataset. The Query page of the Dataset Properties dialog box opens.

  2. In the Name text box, type a name or accept the default name.

  3. In the Data source text box, verify that the selected data source appears.

  4. In Query type, verify that Text is selected. Click Query Designer to open the graphical query designer to build a query interactively. For more information, see Analysis Services MDX Query Designer User Interface (Report Builder 2.0).

    Alternatively, you can paste a query from the clipboard directly into the Query pane, or import an existing MDX query from another report. To import an existing query, click Import, and then navigate to the .rdl file with the MDX query. Importing a query from an .mdx file is not supported.

  5. After you create and run your query to see sample results, click OK. Click OK. 

  6. Click OK.

    The dataset and its field collection appear in the Report Data pane under the data source node.