Forum Discussion

SerenellaWonder's avatar
SerenellaWonder
Frequent Visitor
4 years ago

Conteggio progressivo ad una determinata data

Salve

ho bisogno di una formula che mi faccia il conteggio dei campi di una colonna ad una determinata data. E'possibile?

3 Replies

  • Hi SerenellaWonder ,

     

    You might need to add a bit more information to your post, but if I understand correctly, you can use a measure like this:

    _noofRows = COUNTROWS(yourTable)

    or this:

    _noofDistinctValues = DISTINCTCOUNT(yourTable[yourColumn])

     

    Both of these will count the number of rows in a table/column.

    You would then either put one of these measures into a visual with your date column and/or use a slicer which contains your date field to select the date.

     

    Pete

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi SerenellaWonder ,

     

    Has your problem been solved? If not, please provide me with dummy sample data and expected results.

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.