Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I'm struggling with adding a custom column which should CONCATENATE Field A with Field B in the Query Editor.
Whenever there is either a number or a Date Time value in one of the fields, I get the following error message:
Expression.Error: We cannot apply operator & to types Text and Number.
It works well with the Merge Columns function, though. I can also add custom columns with calcuations on numbers in Fields A and B. The format of the custom column has no influence on the error state.
Any idea how to concatenate fields with number values in a custom column?
Thanks
Thomas
Solved! Go to Solution.
= Text.From([Field A]) & Text.From([Field B])
= Text.From([Field A]) & Text.From([Field B])
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |