Skip to content

Commit

Permalink
Merging changes synced from https://github.com/MicrosoftDocs/bi-share…
Browse files Browse the repository at this point in the history
…d-docs-pr (branch live)
  • Loading branch information
Learn Build Service GitHub App authored and Learn Build Service GitHub App committed Apr 9, 2024
2 parents 4487253 + 02bed62 commit faaed59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 9 additions & 9 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: 3/18/2024
ms.date: 4/9/2024
ms.service: analysis-services
ms.custom:
ms.topic: conceptual
Expand All @@ -25,10 +25,10 @@ Client libraries are necessary for client applications and tools to connect to A

|Download | Version |
|---------|---------|
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 16.0.127.28 |
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 16.0.127.28 |
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 19.77.0.0 |
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 19.77.0.0 |
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 16.0.130.20 |
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 16.0.130.20 |
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 19.79.0.0 |
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 19.79.0.0 |

### NuGet packages

Expand All @@ -42,15 +42,15 @@ NuGet package assemblies AssemblyVersion follow semantic versioning: MAJOR.MINOR

|Package | Version |
|---------|---------|
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 19.77.0 |
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 19.77.0 |
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 19.79.0 |
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 19.79.0 |

#### AMO and ADOMD .Net Core

|Package | Version |
|---------|---------|
|[AMO .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.NetCore.retail.amd64) | 19.77.0 |
|[ADOMD .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64) | 19.77.0 |
|[AMO .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.NetCore.retail.amd64) | 19.79.0 |
|[ADOMD .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64) | 19.79.0 |

Beginning with AMO (AMO/TOM) and ADOMD .Net Core version 19.48.0.0, HTTP-based communications with cloud services like Power BI and Azure Analysis Services are significantly improved. It's recommended you update to the latest version to take advantage of these performance improvements.

Expand Down
6 changes: 6 additions & 0 deletions docs/analysis-services/tom/table-partitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,9 @@ 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

- 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().

- Incremental refresh with real-time data does not leverage the `DataCoverageDefinition` property. If you apply a data coverage definition to a DirectQuery (real-time) partition, Incremental Refresh drops the data coverage definition when recreating the partition.

0 comments on commit faaed59

Please sign in to comment.