Skip to content

Commit

Permalink
Considerations and limitations terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
mberdugo committed Apr 10, 2024
1 parent 72ef95d commit ab821cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/analysis-services/client-libraries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Analysis Services client libraries | Microsoft Docs"
description: Download and learn how client libraries are necessary for client applications and tools to connect to Analysis Services.
ms.date: 4/9/2024
ms.date: 04/10/2024
ms.service: analysis-services
ms.custom:
ms.topic: conceptual
Expand All @@ -17,7 +17,7 @@ monikerRange: "asallproducts-allversions || azure-analysis-services-current || p

Client libraries are necessary for client applications and tools to connect to Analysis Services. Microsoft client applications like Power BI Desktop, Excel, SQL Server Management Studio (SSMS), and Analysis Services projects extension for Visual Studio install all three client libraries and update them along with regular application updates. Custom client applications also require client libraries are installed. Client libraries are updated monthly.

**Important:** Before getting the latest versions, be sure to see [Known issues](#known-issues).
**Important:** Before getting the latest versions, be sure to see [Considerations and limitations](#considerations-and-limitations).

## Download the latest

Expand All @@ -34,7 +34,7 @@ Client libraries are necessary for client applications and tools to connect to A

Analysis Services Management Objects (AMO/TOM) and ADOMD client libraries are available as installable packages from [NuGet.org](https://www.nuget.org/). It's recommended you migrate to NuGet references instead of using Windows Installer.

Starting Feb. 2021, versions of [.NET Core](/dotnet/core/about) packages equivalent to the AMO and ADOMD client packages are also available. There are, however, a few scenarios not-supported by the .NET Core versions. To learn more, see [Known issues](#known-issues) later in this article.
Starting Feb. 2021, versions of [.NET Core](/dotnet/core/about) packages equivalent to the AMO and ADOMD client packages are also available. There are, however, a few scenarios not-supported by the .NET Core versions. To learn more, see [considerations and limitations](#considerations-and-limitations) later in this article.

NuGet package assemblies AssemblyVersion follow semantic versioning: MAJOR.MINOR.PATCH. NuGet references load the expected version even if there's a different version in the GAC (resulting from MSI install). PATCH is incremented for each release. AMO and ADOMD versions are kept in-sync.

Expand Down Expand Up @@ -76,7 +76,7 @@ To minimize risk and potential security vulnerabilities, beginning June 30, 2021
|AMO | 15.1.61.21 | 19.12.3.0 |
|ADOMD | 15.1.61.21 | 19.12.3.0 |

## Known issues
## Considerations and limitations

#### AMO and ADOMD

Expand Down
2 changes: 1 addition & 1 deletion docs/analysis-services/instances/encryption-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you require the transfer of databases between services operating under differ

Use caution when implementing these steps to avoid data loss or security vulnerabilities. Always perform data backups and seek guidance from your system administrator prior to making substantial changes to service accounts or server configurations.

## Known issues
## Troubleshooting

**Problem:** If the backup/restore steps above aren't followed, changing SQL Server 2022 Analysis Services service account can cause the service to fail to start.

Expand Down
4 changes: 2 additions & 2 deletions docs/analysis-services/tom/table-partitions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Use hot and cold table partitions to optimize very large Power BI data models"
description: Learn how to use hot and cold table partitions to optimize very large data models in Analysis Services Management Objects (AMO) Tabular Object Model (TOM).
ms.date: 02/06/2024
ms.date: 04/10/2024
ms.service: analysis-services
ms.custom: tabular-models
ms.topic: conceptual
Expand Down Expand Up @@ -138,7 +138,7 @@ As mentioned earlier, the `dataCoverageDefinition` property helps eliminate unne
The `DataCoverageDefinition` property on *DirectQuery* partitions enables you to optimize even the largest Power BI data models based on hot partitions in import mode and cold partitions in *DirectQuery* mode by avoiding unnecessary querying of the data source.
This source query reduction helps to boost report performance when analyzing hot data. It also helps to decrease the load on the data source, and in this way helps to maximize the scale of your data source. Yet, keep in mind that optimizing a data model by using the `dataCoverageDefinition` property is still an advanced scenario. Make sure you verify the results carefully.

## Known issues and limitations
## Considerations and limitations

- Currently, the `DataCoverageDefinition` property on *DirectQuery* partitions requires static values, such as RELATED('Date'[Year]) = 2020 or RELATED('Date'[Year]) IN {2020, 2021, 2022}. Dynamic assignments are not supported, such as RELATED('Date'[DateKey]) = TODAY().

Expand Down

0 comments on commit ab821cf

Please sign in to comment.