Forum Discussion
Syndicate_Admin
3 years agoAdministrator
How to count if
Hello good, sorry anyone knows how I can perform the text count "yes", in a column containing "yes" and "no"?
Syndicate_Admin
3 years agoAdministrator
Here's how:
1. Create a new measure in the "View" tab of Power BI Desktop by clicking "New Measure" on the ribbon.
2. Type the following formula in the formula bar:
Conteo Si = COUNTROWS(FILTER('NombreTabla', 'NombreTabla'[NombreColumna] = "si"))