Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. 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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
78 | |
76 | |
70 | |
49 | |
42 |
User | Count |
---|---|
62 | |
40 | |
32 | |
30 | |
29 |