Is it possible to display Distinct dates in a label or text input?
I have a SharePoint list with several columns, including a Date/Time column, called Story_Date.
In my Canvas app, the user is able to filter the SP list items from the list (called Ascertainments), into a Gallery (called Stories_Gallery).
The formula, Distinct(Stories_Gallery.AllItems, Story_Date) works to filter Distinct dates, when used in a Dropdown, but does not work in a Label or Text Input.
I've been researching this for weeks, with no success. What am I missing here? Thank you!