Forum Discussion
Quiny_Harl
5 years agoAdvocate III
SUMMARIZE 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
5 years agoSuper User
Quiny_Harl , Try
summarize(filter(Table, not(isblank([objective]) )),[campaign_id])