Column sort order based on unique key as attribute to another column value to allow for multiple duplicate values in a dimension
today, to sort one column based on another, all values must be unique. However, bringing in text dimensions from large databases often have unique keys, but duplicate values that are not necessarily the same. We need the ability to sort these "duplicate values" based on their unique key as we do ...
STATUS
DETAILS
Needs Votes
Sample subset Table.SampleN(Table, NRows)
In large datasets, I want to take a random subsample instead of TopN rows. Please create function Table.SampleN(Table, NRows)
STATUS
DETAILS
Needs Votes