This is my first question here. This time I want to count values that appear in different columns. Each one corresponds to the values from a row, but there is only 1 column that they have in common (not shown in the picture). I need a measure to show a count of each word described in those cells. For example, in this case (please ignore blanks, it's a test), the measure should give a count for the word 'Desodorante' as 3, 'Cabello' as 2, and the rest 1. These words are pre defined and there are no random values accepted. I may say that I want to state each of these words as a kind of category. I would like to make a slicer out of them too.
I believe a workaround is to create a calculated table, stating as columns each of these values and allocating a count of each value from these 4 columns?