Hi All,
I have a business requirement where I need to filter distinct items in gallery and its sub-gallery.
For illustration, this should be the result.
However, in my gallery this is the one that currently appears:
Main gallery - Items property:
SortByColumns(Filter(M3L1,Col1=m3l1id),"OData__x0043_ol2")
Sub gallery - Items property:
SortByColumns(Filter(M3L1,Col1 = m3l1id,Col2 = ThisItem.Col2), "OData__x0043_ol2")
Every time I add a sub-item, it also appears in the main gallery. I tried the Distinct function but it returns a blank gallery.

Report
All responses (
Answers (