Forum Discussion

jdelacrettaz's avatar
jdelacrettaz
Frequent Visitor
6 years ago
Solved

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...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    6 years ago

    jdelacrettaz 

     

    You may refer to the measure below.

    Measure =
    COUNTROWS (
        FILTER ( VALUES ( ventasxdia[numero y tipo] ), [Cantidad de Kilos] > 1000 )
    )