DAX formula to concatenate three columns

0 votes

How can I concatenate three different columns say First_Name, Middle_Name, and Last_Name to a single column with space in between using the CONCATENATE function in DAX?

Oct 1, 2020 in Power BI by anonymous
• 10,480 points
1,738 views

1 answer to this question.

0 votes

If the columns are already text, you can use the & operator, i. e. use

[FIRST_NAME] & " " & [LAST_NAME]
answered Oct 1, 2020 by Gitika
• 65,770 points

Related Questions In Power BI

0 votes
0 answers

What’s the best way to handle multi-level filters in a DAX formula to ensure correct data aggregation?

What’s the best way to handle multi-level ...READ MORE

Nov 7 in Power BI by Evanjalin
• 5,530 points
28 views
0 votes
1 answer

What’s the best way to handle multi-level filters in a DAX formula to ensure correct data aggregation?

Navigating through the DAX filter context, particularly ...READ MORE

answered Nov 12 in Power BI by pooja
• 4,690 points
49 views
0 votes
1 answer

Dax code for calculated columns

I would recommend you to adjust the ...READ MORE

answered Oct 22, 2018 in Power BI by Hannah
• 18,520 points
1,120 views
0 votes
1 answer

How to calculate cumulative Total and % in DAX?

Hi, If your table is ready with percentage ...READ MORE

answered Mar 18, 2019 in Power BI by Cherukuri
• 33,030 points
19,020 views
+3 votes
2 answers

Combine tables in Power BI

You can also achieve this using a ...READ MORE

answered Oct 5, 2018 in Power BI by lina
• 8,220 points

edited Oct 11, 2018 by Kalgi 2,464 views
0 votes
1 answer

Power Bi Dax Table

You need to wrap the numbers in ...READ MORE

answered Oct 5, 2018 in Power BI by Kalgi
• 52,350 points
1,157 views
0 votes
2 answers

Power BI Dax Multiple IF AND Statements

HI I have Column Patient 12 13 14 15 18 IN Patient=12, 13 Out ...READ MORE

answered May 23, 2019 in Power BI by VNK
18,936 views
0 votes
1 answer

Distinct count filtered by condition using Power BI Dax

Try this, it should work: DistinctCountActiveMonths = CALCULATE( ...READ MORE

answered Oct 5, 2018 in Power BI by Kalgi
• 52,350 points
37,640 views
0 votes
1 answer

Using DAX calculation how to calculate monthly budget till today in power bi Desktop?

You can make use of this: MTD Budget ...READ MORE

answered Sep 24, 2020 in Power BI by Gitika
• 65,770 points
1,840 views
0 votes
1 answer

DAX function to create LY Measure without date dimension

It should be fairly simple (sumx of ...READ MORE

answered Oct 1, 2020 in Power BI by Gitika
• 65,770 points
938 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP