Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I want to create a new custom column by concatenating below 4 columns
Below screenshot shows the column name and final uid filed which is the desired output.
Thank you.
Solved! Go to Solution.
Hi, @Learner1585 [Code] goes last in your desired output
uid = Table.AddColumn(
your_table, "UID",
each [ID] & Text.From(Number.From([ActivityDate])) & Text.From(Number.From([Calendar Day])) & [Code]
)
Hi, @Learner1585 [Code] goes last in your desired output
uid = Table.AddColumn(
your_table, "UID",
each [ID] & Text.From(Number.From([ActivityDate])) & Text.From(Number.From([Calendar Day])) & [Code]
)
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
41 | |
23 | |
20 | |
20 | |
13 |
User | Count |
---|---|
129 | |
61 | |
60 | |
28 | |
20 |