Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
16 | |
14 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
16 | |
14 | |
11 | |
9 |