I have a table wherein I will filter using a column with unique values and will return the value of another column. I can't seem to make it work. Here's the syntax:
(Filter(promo_volume2_ncrs, Concatenate3 = ConcatenateLevels_1.Text), Volume_CS)
The table is promo_volume2_ncrs
The column with unique values is Concatenate3. I'm referencing it vs. a calculated field outside of the table.
The column that I need the value is Volume_CS
Thank you in advance.