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!
Hello everyone,
I have this error when trying to add a Custom Column
The new column shows error and the error is:
Any help would be much appreciated
Solved! Go to Solution.
Hi @FOliveira
I think this might be the error - [#"BYOD(8)" = "corp"], that basically means your Record name is #"BYOD(8)" = "corp" but it is "BYOD(8), so -->
Should be just [#"BYOD(8)"] = "corp"
Thanks.
I apologize, but I forgot to add the Query:
= Table.AddColumn(#"Filtered Rows", "Custom", each if [#"Type(3)"] = "user" and [#"Internal/External(4)"] = "internal" and [#"Position(5)"] = "office" and [#"BYOD(8)" = "corp"] then "HybridWorkers" else "Empty")
Hi @FOliveira
I think this might be the error - [#"BYOD(8)" = "corp"], that basically means your Record name is #"BYOD(8)" = "corp" but it is "BYOD(8), so -->
Should be just [#"BYOD(8)"] = "corp"
Thanks.
Sorry again, the ] was out of place...
| User | Count |
|---|---|
| 19 | |
| 13 | |
| 9 | |
| 8 | |
| 7 |