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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have to concatenate mutiple columns with different data types in DIRECT QUERY mode.
Infact I have to concatenate 5 columns.I tried with just two columns, still it does not work.
Here st_cd is text and tax_yr is number.
[st_cd]&[tax_yr]>>NOT supported in DQ
[st_cd]+[tax_yr]>>NOT supported in DQ
COMBINEVALUES(" ",[st_cd],[tax_yr])>> Not working
Any thought please.
Hi @saktisahoo2006,
In DirectQuery mode, combining columns is not supported.
As a workaround, you can achieve by creating a calculated column with DAX function.
Please refer: https://docs.microsoft.com/en-us/dax/concatenate-function-dax
Best Regards,
Link
Use this thread which was a solution hopefully for your query !
Proud to be a Super User!
Hi Vijay,
May I know which thread I have to follow for the solution?
Proud to be a Super User!
I have tried those suggestions , but no luck.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.