55730/counting-the-text-values
I have data like below
I need to count only "Yes".
I tried with count distinct but for order 112 it is counting only "No".
I need to count "Yes" even if 1st row entry in data is "No"
Hi!
Create a column using contains( ) like below.
Count = IF(CONTAINS('table','table'[Flag],"Yes"),1,0)
Can't promise simple, but I have something ...READ MORE
How can I count the distinct values ...READ MORE
Dealing with text data in Power BI, ...READ MORE
you can automatically get a profile for ...READ MORE
Chop your dataset into 500 sets, each ...READ MORE
The only solution possible by code - ...READ MORE
You can Use Publish to web feature. ...READ MORE
Having knowledge about these topics is a must. Power ...READ MORE
Hi, You can create a new column by ...READ MORE
You can try duplicating the category columns ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.