Forum Discussion
Anonymous
8 years agoNot applicable
Card display the same total as table
Hello This must be a simple question but I'm not able to do it. I have a table that as the following values: ID summary Count(occurences>1) 1 a 3 2 b 2 3 c ...
yoav20007
Helper II
8 years agocreat a new measure total_count=count(table[count])
an then drag it to the canvas as a card.
replace the name table with your table :)