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

Commit a8c514b

Browse files
author
Owen Duncan
authored
Update to Analysis Services for CTP 2.4.
This PR is to add a known issue for Calculated groups in this release. Also improved header and body formatting for Calculated groups .
1 parent 8a856e2 commit a8c514b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,14 +530,20 @@ In addition to new DAX functions, two new Dynamic Management Views are introduce
530530
- `TMSCHEMA_CALCULATION_GROUPS`
531531
- `TMSCHEMA_CALCULATION_ITEMS`
532532

533-
For this release, calculation groups do have some limitations:
533+
#### Limitations in this relase:
534534

535535
- The `ALLSELECTED DAX` function is not yet supported.
536536
- Row Level Security defined on the calculation-group table is not yet supported.
537537
- Object Level Security defined on the calculation-group table is not yet supported.
538-
- DetailsRows expressions referring to calculation items are net yet supported.
538+
- DetailsRows expressions referring to calculation items are not yet supported.
539539
- MDX is not yet supported.
540540

541+
#### Known issues in this release:
542+
543+
- The presence of calculation groups in a model may cause measures to return variant data types, which can cause refresh failures for calculated columns and tables that refer to measures.
544+
545+
#### Compaitibility level
546+
541547
Calculation groups require models be at the 1470 compatibility level, which is currently supported only in [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)] CTP 2.3 and later. At this time, calculation groups can be created by using the Tabular Object Model (TOM) API, Tabular Model Scripting Language (TMSL), and the open-source Tabular Editor tool. Support in SQL Server Data Tools (SSDT) will be included in a future release, as will documentation. Additional information for this and other CTP feature releases will be provided in the Analysis Services blog.
542548

543549
## Other services

0 commit comments

Comments
 (0)