Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi Experts
i am trying to concatenate a few column via a custom column in Power Query - cannot see the error.
= [Brand]&"-"&[BB]&"-"&[Product]
its says no syntax error have been detetcted...
When i click OK and go to the custom column the error mesaage is
Experssion.Error:We cannot apply field access tp the Type Text Details
My Applied Steps
Source
Navigation
Change Type
Replace Value
Replace Value1
Added Custom
Concat 1(for input tab)
Solved! Go to Solution.
Hi @Anonymous ,
Try using the following code for your custom column:
Text.Combine({[Brand], [BB], [Product]}, "-")
Pete
Proud to be a Datanaut!
Hi @Anonymous ,
Try using the following code for your custom column:
Text.Combine({[Brand], [BB], [Product]}, "-")
Pete
Proud to be a Datanaut!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 29 | |
| 24 |