linked to a sharepoint table and the column is a tpe choices but the list shows me all the elements of the column.
I am able to filter with distinct() function. but it is not accurate when filtering
thank you for your help
DropColumns(
GroupBy(
Choices([@YourListName].YourFieldName),
Value,
Id,
Data
),
Data
)
Choices()
function isn't giving the desired result, double-check the syntaxStay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.