Announcements
Distinct( 'Project risks', Category.Value )
Hi
The issue you're facing is related to the use of the Distinct function on a choice column from a SharePoint list. When you try to apply Distinct to the "Category" column in the "Project risks" list, it results in an error. This often happens because choice columns in SharePoint are more complex than regular text or number columns; they are stored as records with multiple properties, not just simple values.
Distinct
Accessing the Correct Field from the Choice Column:
Category
Value
Distinct('Project risks', Category.Value)
Ensure the List Name is Correct:
'Project risks'
Check for Data Types:
This formula should now work without errors, displaying only the distinct values from the Category column in the "Project risks" SharePoint list.
This should help you successfully get distinct values from the choice column in your SharePoint list for use in a dropdown or other control.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 505
WarrenBelz 502 Most Valuable Professional
Haque 324