This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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" )
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 20 | |
| 20 | |
| 20 |