Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! 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
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 |
|---|---|
| 65 | |
| 64 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 117 | |
| 38 | |
| 36 | |
| 29 |