Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!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" )
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 90 | |
| 75 | |
| 41 | |
| 26 | |
| 26 |