Skip to content

Commit a6a7b3b

Browse files
committed
Removing manager metadata line
1 parent e7a43f9 commit a6a7b3b

100 files changed

Lines changed: 0 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/2014/analysis-services/lesson-2-4-reviewing-cube-and-dimension-properties.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: dda922b8-6d75-4662-b09e-8a317c6a1c70
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Reviewing Cube and Dimension Properties
1514
After you have defined a cube, you can review the results by using Cube Designer. In the following task, you review the structure of the cube in the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Tutorial project.

docs/2014/analysis-services/lesson-2-5-deploying-an-analysis-services-project.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 5d98bab3-3577-4143-b737-5196444a36ac
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Deploying an Analysis Services Project
1514
To view the cube and dimension data for the objects in the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Tutorial cube in the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Tutorial project, you must deploy the project to a specified instance of [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] and then process the cube and its dimensions. *Deploying* an [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] project creates the defined objects in an instance of [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)]. *Processing* the objects in an instance of [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] copies the data from the underlying data sources into the cube objects. For more information, see [Deploy Analysis Services Projects (SSDT)](multidimensional-models/deploy-analysis-services-projects-ssdt.md) and [Configure Analysis Services Project Properties (SSDT)](multidimensional-models/configure-analysis-services-project-properties-ssdt.md).

docs/2014/analysis-services/lesson-2-6-browsing-the-cube.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 3819946e-d3fa-4c1d-afe3-599c938b1b2e
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Browsing the Cube
1514
After you deploy a cube, the cube data is viewable on the **Browser** tab in Cube Designer, and the dimension data is viewable on the **Browser** tab in Dimension Designer. Browsing cube and dimension data is way to check your work incrementally. You can verify that small changes to properties, relationships, and other objects have the desired effect once the object is processed. While the Browser tab is used to view both cube and dimension data, the tab provides different capabilities based on the object you are browsing.

docs/2014/analysis-services/lesson-2-add-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 13c3a8cc-b1db-4aba-ad9b-038b7971be8d
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Lesson 2: Add Data
1514
In this lesson, you will use the Table Import Wizard in [!INCLUDE[ssBIDevStudio](../includes/ssbidevstudio-md.md)] to connect to the AdventureWorksDW SQL database, select data, preview, and filter the data, and then import the data into your model workspace.

docs/2014/analysis-services/lesson-2-defining-and-deploying-a-cube.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: bb62e3c9-462f-4ad2-ac8e-92e2f9e9cc28
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Lesson 2: Defining and Deploying a Cube
1514
After you define a data source view in your [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] project, you are ready to define an initial [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] cube.

docs/2014/analysis-services/lesson-3-1-modifying-measures.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 7bd48810-15ce-45ff-862b-372d08606995
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Modifying Measures
1514
You can use the **FormatString** property to define formatting settings that control how measures are displayed to users. In this task, you specify formatting properties for the currency and percentage measures in the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Tutorial cube.

docs/2014/analysis-services/lesson-3-2-modifying-the-customer-dimension.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 5b5aed99-1760-4bc7-b248-52ecb0b97ebc
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Modifying the Customer Dimension
1514
There are many different ways that you can increase the usability and functionality of the dimensions in a cube. In the tasks in this topic, you modify the Customer dimension.

docs/2014/analysis-services/lesson-3-3-modifying-the-product-dimension.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 8e3ffecd-7f40-41a8-8735-bc9858a310cb
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Modifying the Product Dimension
1514
In the tasks in this topic, you use a named calculation to provide more descriptive names for the product lines, define a hierarchy in the Product dimension, and specify the (All) member name for the hierarchy. You also group attributes into display folders.

docs/2014/analysis-services/lesson-3-4-modifying-the-date-dimension.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 4689d780-4bf6-4cf8-8fde-eb3f15dd668a
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Modifying the Date Dimension
1514
In the tasks in this topic, you create a user-defined hierarchy and change the member names that are displayed for the Date, Month, Calendar Quarter, and Calendar Semester attributes. You also define composite keys for attributes, control the sort order of dimension members, and define attribute relationships.

docs/2014/analysis-services/lesson-3-5-browsing-the-deployed-cube.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.topic: conceptual
99
ms.assetid: 849c6109-1453-4fe4-a892-c49a982cfadb
1010
author: minewiskan
1111
ms.author: owend
12-
manager: craigg
1312
---
1413
# Browsing the Deployed Cube
1514
In the following task, you browse the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Tutorial cube. Because our analysis compares measure across multiple dimensions, you will use an Excel PivotTable to browse your data. Using a PivotTable lets you place customer, date, and product information on different axes so that you can see how Internet Sales change when viewed across specific time periods, customer demographics, and product lines.

0 commit comments

Comments
 (0)