Forum Discussion
Anonymous
1 year agoNot applicable
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...
- 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 usingcount(Table[processname])orcount(table[itemcode]).
Apologies if I misunderstood, but could you clarify what you're referring to?
Anonymous
1 year agoNot applicable