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
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 135 | |
| 111 | |
| 57 | |
| 44 | |
| 38 |