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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
A newbie is having problems with creating a new column - I just right click on my table (not in Power Query) and create new column and want a simple condition column:
Solved! Go to Solution.
try this
Is Customer = IF(Orders[customerNumberShop] = "" , 1, 0)
or
Is Customer = IF(Orders[customerNumberShop] = BLANK() , 1, 0)
or
Is Customer = IF(ISBLANK(Orders[customerNumberShop]), 1, 0)
try this
Is Customer = IF(Orders[customerNumberShop] = "" , 1, 0)
or
Is Customer = IF(Orders[customerNumberShop] = BLANK() , 1, 0)
or
Is Customer = IF(ISBLANK(Orders[customerNumberShop]), 1, 0)
@Anonymous
Is Customer = IF( isblank(Orders[customerNumberShop] ), 1, 0)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 70 | |
| 55 | |
| 38 | |
| 28 | |
| 22 |
| User | Count |
|---|---|
| 133 | |
| 119 | |
| 54 | |
| 37 | |
| 31 |