Forum Discussion
jdelacrettaz
6 years agoFrequent Visitor
Count Measure
Hi, I'm having a problem and I don't know how to solve it. I have a table with the invoices and each invoice is repeated x number of times depending on how many items it has. Create a table showing t...
- 6 years ago
You may refer to the measure below.
Measure = COUNTROWS ( FILTER ( VALUES ( ventasxdia[numero y tipo] ), [Cantidad de Kilos] > 1000 ) )