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 have two simple datasets, and I want to combine two coloums from each table.
For instance:
Lastname in the facility_contacts
and
Country in the facilities
In excel I would do: =lastname&country, but thuis doesn't seem to be possible accross the datasets.
They are linked...
I have made a screenshot below:
Solved! Go to Solution.
Hi @Kristofferaabo,
Please use Related method:
combine = Sheet1[name] & RELATED(Sheet2[last])
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen
@Kristofferaabo Another option is to use Concatenate
Combine = CONCATENATE(RELATED(facility_contacts[Lastname]), ", " & 'Facilities'[country])
@Seth_C_Bauer and @tringuyenminh92 thanks both for great suggestions both were exactly what I needed.. you just boosted my POwerBI knowledge with 100% thanks for this 🙂
Happy friday
Kristoffer
Hi @Kristofferaabo,
Please use Related method:
combine = Sheet1[name] & RELATED(Sheet2[last])
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
26 | |
23 | |
22 | |
18 |
User | Count |
---|---|
52 | |
34 | |
28 | |
24 | |
21 |