Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Calculating Value based on Filters in Dax

Hi There,   I am trying to create a measure where i am counting number of rows anf filtering the table with a column. However as soon as i am doing it i am encountering error WHICH Is mentioned be...
  • marcelsmaglhaes's avatar
    marcelsmaglhaes
    1 year ago

    Anonymous 

     If you're trying to count the number of process names, for example, if your table has five rows with 'ABC', you can simply count the process names, which would give you a total of 5. You can do this using count(Table[processname]) or count(table[itemcode])

    Apologies if I misunderstood, but could you clarify what you're referring to?