How does one do aggregations or filtering in ...

How does one do aggregations or filtering in a report? Using referend Parent-Child tables this is straight forward.

Howeven when one uses Slices to filter data, it seems one cannot use the Parent-Child referecing any longer.

Using SELECT or FILTER seems to not work in Slices as well. Any ideas? +Tony Fader

0 2 305
2 REPLIES 2

tony1
New Member

@Eduardo_Lopez Itโ€™s easier to test your expressions as virtual columns instead of putting them directly in your template. Thatโ€™s just general advice.

More concretely, you can use things like this in the parent table:

SELECT(Children[Key], AND([Ref column] = [_THISROW], [Some child column] = โ€œSome valueโ€))

@tony thank you kindly

Top Labels in this Space