Hi all
I have a Sharepoint list with the following values:
Year Test Scenario
2019 Test A Scen-A
2019 Test A Scen-B
2020 Test B Scen-C
In Powerapps, I have a dropdown that filters the Year column to show only distinct values (2019 & 2020). This is fine.
What I then need though is a data table, displaying only 2 columns (Year & Test), where the Year is equal to the dropdown value selected, but only shows the unique combinations of Year and Test.
So, selecting 2019 from the dropdown I need to display a datable with only one row, showing:
Year Test
2019 Test A
If that can't be done - then actually just a table showing unique Test values would be fine (so just showing Test A in this example - as the dropdown would show the year already).
Can anyone help with how I need to do this please? I've been looking at GroupBy, but can't seem to work out the syntax required for the Data Table Items property.
Many thanks...
Paul