Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit fa6f1f9

Browse files
committed
Fixed absolute links
1 parent 0041f4f commit fa6f1f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/machine-learning/r/ref-r-olapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Finally, pass the `olapCnn` and query into either `executeMD` or `execute2D` to
6565

6666
> [!Important]
6767
> **olapR** requires the Analysis Services OLE DB provider. If you do not have SQL Server Analysis Services installed on your computer, download the provider from Microsoft:
68-
>[Data providers used for Analysis Services connections](https://docs.microsoft.com/sql/analysis-services/instances/data-providers-used-for-analysis-services-connections)
68+
>[Data providers used for Analysis Services connections](/analysis-services/client-libraries)
6969
>
7070
>The exact version you should install for SQL Server 2016 is [here](https://download.microsoft.com/download/8/7/2/872BCECA-C849-4B40-8EBE-21D48CDF1456/ENU/x64/SQL_AS_OLEDB.msi).
7171
>
@@ -105,7 +105,7 @@ FROM [Analysis Services Tutorial]
105105
WHERE [Sales Territory].[Sales Territory Country].[Australia]
106106
```
107107

108-
Using an AdventureWorks OLAP cube from the [multidimensional cube tutorial](https://docs.microsoft.com/sql/analysis-services/multidimensional-modeling-adventure-works-tutorial), this MDX query selects the internet sales count and sales amount and places them on the Column axis. On the Row axis it places all possible values of the "Product Line" dimension. Then, using the WHERE clause (which is the slicer axis in MDX queries), it filters the query so that only the sales from Australia matter. Without the slicer axis, we would roll up and summarize the sales from all countries.
108+
Using an AdventureWorks OLAP cube from the [multidimensional cube tutorial](/analysis-services/multidimensional-tutorial/multidimensional-modeling-adventure-works-tutorial), this MDX query selects the internet sales count and sales amount and places them on the Column axis. On the Row axis it places all possible values of the "Product Line" dimension. Then, using the WHERE clause (which is the slicer axis in MDX queries), it filters the query so that only the sales from Australia matter. Without the slicer axis, we would roll up and summarize the sales from all countries.
109109

110110
## olapR examples
111111

docs/machine-learning/r/reference/olapr/olapconnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
7575

7676

7777
## References
78-
For more information on Analysis Services connection strings: [`https://docs.microsoft.com/sql/analysis-services/instances/connection-string-properties-analysis-services`](https://docs.microsoft.com/sql/analysis-services/instances/connection-string-properties-analysis-services)
78+
For more information on Analysis Services connection strings, see [Connection string properties](/analysis-services/instances/connection-string-properties-analysis-services).
7979

8080

8181

0 commit comments

Comments
 (0)