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.
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 |
---|---|
85 | |
80 | |
64 | |
53 | |
46 |
User | Count |
---|---|
101 | |
50 | |
41 | |
39 | |
38 |