Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Dear Experts
Can someone please help me with the column formula to have Yes or No based on the Column A.
Column B to have yes if any text is available in the Column A.
Thanks in advance
Mahad
Solved! Go to Solution.
@Anonymous
pls try this
ColumnB = if('Table'[columnA]="","No","Yes")
Proud to be a Super User!
@Anonymous
pls try this
ColumnB = if('Table'[columnA]="","No","Yes")
Proud to be a Super User!
Hi @Anonymous
please use
IF ( ISBLANK ( TableName[Column A] ), "No", "Yes" )
| User | Count |
|---|---|
| 51 | |
| 35 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 57 | |
| 39 | |
| 22 | |
| 21 |