Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi All,
I am new to Power BI from Tableau. I have a very basic question.
I am trying to concatenate an 'ACCOUNT NUMBER' which is a number to its 'Description' a string. The new field is new column. For example:
ACCOUNT NUMBER = 124768009
DESCRIPTION = Allocations from Sites
My new column 'ACCOUNT DETAILS' should be '124768009 - Allocations from Sites'.
Please help me acheive this. Thanks a ton.
Regards
DP
Solved! Go to Solution.
Hi @prasadpatsa ,
Use the following DAX expression to create a new column:
You can do this in Power Query by doing the following:
Note you will have to change the names of the columns to your names.
This way it will be created when you load the data.
Thanks!
Dawn
Thanks Frank. This also worked.
Hi @prasadpatsa ,
Use the following DAX expression to create a new column:
Kudos
User | Count |
---|---|
84 | |
73 | |
70 | |
42 | |
35 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |