‎2024 Jun 24 10:43 AM - edited ‎2024 Jun 26 9:43 AM
Hello everyone,
I have a Cube that is consumed in MS Power BI. This Cube uses a CDS table function. When we try to retrieve data from this Cube, MS Power BI creates about 20 sessions in SM04 and consumes about 4-5 DAI in SM50, resulting in the production server slowing down significantly.
Cube annotation
@EndUserText.label: 'xxxxx'
@VDM.viewType: #COMPOSITE
@AccessControl: {
authorizationCheck: #NOT_REQUIRED,
personalData.blocking: #('TRANSACTIONAL_DATA'),
privilegedAssociations: ['_CreatedByUser']
}
@AbapCatalog: {
sqlViewName: 'xxxxx',
compiler.compareFilter: true,
preserveKey: true
}
@ObjectModel: {
usageType: {
dataClass: #MIXED,
serviceQuality: #D,
sizeCategory: #XL
}
}
@Analytics.dataCategory: #CUBE
@Metadata: {
allowExtensions: true,
ignorePropagatedAnnotations:true
}
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.