Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |