Hi all! I want to build a slice from a bulk...

1116
New Member

Hi all!

I want to build a slice from a bulk table, the way that in 1 column only unique values should be displayed. So, how to set a raw filter condition to show only unique values of certain column? Thanks!

0 1 344
1 REPLY 1

Could you explain in more details what you are trying to achieve? You can get a list of distinct values (i.e. removing repeats) from a specific column in a table like this:

SELECT(Table[Column],true,true)

However, I do not exactly understand what you need the slice for, and how you expect to omit the rows containing duplicate value.

Top Labels in this Space