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
8 years agoHelper II
creat 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 :)
- Anonymous8 years agoNot applicable
I did what you suggest but it did not work has expected.
As you can see in the image in the table I have count displayed and filter when it is greater that 1, but the measure gives all the count and does not allow me to filter by the aggregation count.
- Thyago_Rezende8 years agoResolver I
Hi,
what´s difference between MR Number and Total Count? Is it both measures?
- Anonymous8 years agoNot applicable
No they are not the same. One is a column of my data source (MR number) , which in fact is count of a column. The other is a measure as suggested by yoav20007