Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to learn DAX and have read several blogs, forums etc. and I am still struggling with what I believe should be simple. I have a table that multiple columns however I need to count the number of records (Record_ID) that contain a value of "Yes" in the Flag column.
Thank you in advance for you guidance.
Solved! Go to Solution.
@Anonymous - did you review https://www.learndax.com/power-bi-countif-and-all-count-functions-in-dax/ ?
For your example:
countif w calculate = CALCULATE(COUNTROWS(yourTableName),yourTableName[Flag] = "Yes")
Proud to be a Super User!
@Anonymous - did you review https://www.learndax.com/power-bi-countif-and-all-count-functions-in-dax/ ?
For your example:
countif w calculate = CALCULATE(COUNTROWS(yourTableName),yourTableName[Flag] = "Yes")
Proud to be a Super User!
Thank you so much. I have not looked at that particular website but I will now.
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 25 |