Consolidate multiple Data Studio Pro subscriptions

For example, say that several departments in your organization have subscribed to Data Studio Pro, and each department manages its content within their own Google Cloud projects. Managing Data Studio Pro with a single subscription and a single project can make it easier to manage billing and access controls.

To consolidate multiple subscriptions and projects, follow these steps:

Prevent users from creating new Data Studio Pro departmental subscriptions

You can prevent users from creating Pro subscriptions by using an IAM deny policy. To set up a deny policy, complete the following tasks:

  1. Select or create a Google Group that contains the users who will manage Data Studio Pro. For example: lsp-managers@example.com.
  2. Create a deny policy that denies the datastudio.googleapis.com/pro.manage permission to everyone except the example Google Group. Following is an example deny policy that uses the lsp-managers@example.com Google Group:

    
    {
    
    "deniedPrincipals": [
    
    "principalSet://goog/public:all"
    
    ],
    
    "exceptionPrincipals": [
    
    "principalSet://goog/group/lsp-managers@example.com"
    
    ],
    
    "deniedPermissions": [
    
    "datastudio.googleapis.com/pro.manage"
    
    ]
    
    }
    
  3. Attach the deny policy to your organization.

Learn how to set up an IAM deny policy for your organization.

Find Data Studio Pro projects in your organization

You can locate the Cloud projects that are in use for Data Studio Pro by using the Data Studio Pro user interface or by using Cloud Billing reports in the Google Cloud console.

Use the Data Studio Pro user interface

To locate the Cloud projects that are in use for Data Studio Pro, follow these steps in the Data Studio Pro user interface:

  1. Grant yourself an organization-level IAM role, such as the lookerstudio.proManager role, that includes the lookerstudio.pro.manage permission.
  2. Sign in to Data Studio Pro.
  3. To view the list of Pro subscriptions in your organization, in the left navigation, click Pro Subscriptions.

Use Cloud Billing reports to find linking projects

If you don't have access to the Data Studio Pro user interface (for example, if you're a Billing Administrator), you can identify the Cloud projects that are linked to Data Studio Pro subscriptions by using Cloud Billing reports in the Google Cloud console.

To view these charges, open the Cloud Billing reports page in the Google Cloud console, then configure the report filters as follows:

  • Group the report by Project.
  • Filter Services to Data Studio.
  • Filter SKUs to the SKUs that contain Data Studio Pro.

The report displays costs broken down by project. The projects showing charges for the Data Studio Pro SKU are the linking projects for your Data Studio Pro subscriptions.

For generic instructions on using reports, see View your billing reports and cost trends.

  • Data Studio Pro subscription fees: These charges are associated with the linking project and appear under SKUs that are specifically named for the Pro subscription (for example, Data Studio Pro).
  • Query usage costs: Charges that are incurred from Data Studio querying data sources (such as BigQuery) are billed to the project that contain the data or the project that's configured as the billing project in the Data Studio data source settings. These costs appear under the respective service's SKUs (for example, BigQuery analysis SKUs).

Choose a single Data Studio Pro project to use

Choose one of the existing Data Studio Pro projects to use as the single project for your organization. You might choose the project with the most content or the one with the most licenses. Alternatively, you might create a new project to be the chosen Data Studio Pro project.

Add users and licenses to the chosen Data Studio Pro project

Use the Data Studio Pro user interface or the Google Cloud console to add your existing users and licenses to the chosen Data Studio Pro project. You'll need to repeat this process for each subscription in your organization if you want to maintain those licenses.

Learn more about managing Data Studio Pro subscriptions.

Move existing content into the chosen Data Studio Pro project

To consolidate existing content from the original projects, move that content into the chosen project using the Data Studio UI. See add and remove team workspace assets for more information.

Make the chosen project the default project

Setting a default Data Studio Pro project ensures that users can only create content in an organization-managed location. Follow the directions in Set a default Data Studio Pro project and select your chosen Data Studio Pro project to be the default project.

Remove users and licenses from other projects

Finally, remove the users and licenses from the original Data Studio Pro projects.

Additionally, unless your organization sets up a deny policy as described previously, users will still be able to create new Pro subscriptions and create Pro content in any project that they have a license on.