Descendants ( member , [{ layer | index }[, Desc_flags ]])
The member for which descendants are sought.
Optional. Layer specification indicating the depth of the descendants to return.
Optional. A number of hierarchical steps down from member, locating the descendants you want returned.
Optional. Keywords which further indicate which members to return. These keywords are available only if layer or index is specified.
select
members(measure) on 1,
Descendants([starting date].[ALL].[2021], [starting date].[quarter]) on 0
from [logistics.test]
where
(Goods.[ALL].[household appliances].[television], Transport.[ALL].[ocean freight], [starting region].[ALL].[Europe].[UK], [ending region].[ALL].[Europe].[Italy], [starting date].[ALL].[2021].[Q2].[M4], [completion date].[ALL].[2020].[Q1].[M1]) ;
Q1 | Q2 | Q3 | Q4 | |
cost | 0 | 12 | 0 | 0 |
income | 0 | 266.64 | 0 | 0 |
quantity | 0 | 3006009 | 0 | 0 |