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
Hi all,
How do I create a new column where
IF 'CompanyHQ' is blank then use 'Site' value
Else return 'Site' values
Thanks,
Henry
Solved! Go to Solution.
Column = If(ISBLANK('column you want to check'), 'column to return if previous is blank', 'column to return if there is a value')
Column = If(ISBLANK('column you want to check'), 'column to return if previous is blank', 'column to return if there is a value')
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 35 | |
| 33 | |
| 32 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 96 | |
| 77 | |
| 67 | |
| 65 |