Hello
I want to create a table like:
Col1 Col2
ValueCol1-1 ValueCol2-1
ValueCol1-2 ValueCol2-2
In other words, I want to create a table with all the columns of a Table1, and in each table, I want to populate the top 100 distinct values of that column. If there are less distinct values, the column will be shorter than the rest of course.
Is that possible? I wouldn't mind to use Excel to finalise the view.
Thanks!