Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Everyone !
I'm seeking for solution for below scenario
i have table like this
Requirement :Find out Count of "Positive" Word Occurrence in Above table based on ID column
I Tried that using below DAX ,but it is not working
Result =
var Table A =
summarize( Table name , ID,"Occurrence",
if (Result[Type]="Positive", Count( [Type]),0)
)
return
countx=(Table A , "Occurrence")
Anyone please help me
Solved! Go to Solution.
Hi @Arunravi0001 check new version below.
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
Hi @Arunravi0001 possible solution as following calculated column
Did I answer your question? Kudos appreciated / accept solution
Proud to be a Super User!
If this is solutin, accept so other member of community could use it. Thx
Proud to be a Super User!
Hi @Arunravi0001 please describe which criterias should be matched to get the figures as your overview- first occurance of Sample ID and Type is "Positive" or ...what about Sample3 and value 0?
Proud to be a Super User!
hi @some_bih yes ,Sample ID and Type is "Positive" , should be counting , if Negative Returns "0"
Hi @Arunravi0001 check new version below.
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |