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
In Power BI, use the DISTINCTCOUNT DAX ...READ MORE
Dealing with text data in Power BI, ...READ MORE
Yes, you can transform multiple text values ...READ MORE
This guide for filling missing values with ...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
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.