Forum Discussion
Anonymous
5 years agoNot applicable
How to use countx with multiple parameter
HI Team i do have this below table Area Case Sydney Review Sydney Accepted Melbourne Dispute Melbourne Dispute Melbourne Review Perth Accepted Perth Review Sydney...
- 5 years ago
Anonymous
Based on the above sample data, what exactly do you need to count? Please provide the expected result. - 5 years ago
Anonymous
Create two measures: I attached the file below my signature.Count = COUNTROWS(Table1)Count % = DIVIDE( [Count], CALCULATE( [Count], ALLSELECTED(Table1[Case] ) ) )
Anonymous
5 years agoNot applicable
i am counting in excel by pivot table like this
like this
Fowmy
5 years agoSuper User
Anonymous
Create two measures: I attached the file below my signature.
Count = COUNTROWS(Table1)Count % =
DIVIDE(
[Count],
CALCULATE(
[Count],
ALLSELECTED(Table1[Case] )
)
)
- Anonymous5 years agoNot applicable
Heaps thanks mate, all good. i got what i wanted. appriciate your help