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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 40 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 184 | |
| 123 | |
| 106 | |
| 78 | |
| 52 |