I have a SP list with more than 80K records and I want to populate a distinct column value of each item from that column.
When I want to populate using formula :
AddColumns(GroupBy(TimeSheetChild,Process,ProcessName),NumberOfUser,CountRows(ProcessName))
Its only populate 2K record.
How can I popuate my all record in column chart