Table of distinct Rows has an embedded table object.
To extract a particular column values for a “cell”, as a an embed list from the embedded table. this iteration is enforced using = [AllRows][Product]
The question is does the iteration happens based on the cell value in the Main table or on the embedded table object?
Can we also sum the value from the embedded table object if it is a number?
Thanks @Melissa for your response.
You have clarified my second question.
With regard to first question
In your example in the video when extracting products purchased by customer by adding custom column. Doest the iteration happens from the Main table(Customers - Distinct table) or from embedded table(Customers in AllRows) when applying
[AllRows][Product].
Since in DAX only X functions has row context in a calculated column. In other words is the list faciltate iteration in M. a) main table(Customers) to embeded table or b) Iteration within the embeded table.
Okay looking at the example above the calculation happens for each row in the outer table, which then performs a calculation over a list that contains the value from each row in the nested table.
Thanks @Melissa
Is this true only for aggregation and accumulation operators and not for comparison operators(
outer environment take precedence over inner)
While our users and experts do as much as reasonable to help you with your inquiries, not all concerns can be attended to especially if there are some learnings to be done. Thank you!