Forum Discussion
Quiny_Harl
Advocate III
5 years agoSUMMARIZE table without blanks
I would like to have all unique values from a column in order to use it as a dimension table. Here is how I do that: Yet, even though I'm excluding the blank ones I still have one blank. On to...
amitchandak
Super User
5 years agoQuiny_Harl , Try
summarize(filter(Table, not(isblank([objective]) )),[campaign_id])