Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Please help.... so I have items with simlar names example 100-233-5-A & 100-233-5-B under the same column and I am trying to get them together in one row. They do have the same parent from a diffent table and I just cant get this to work. I did RELATED(table2[parent]) to move over the parent names and for item names it shows up as seprete lines for A & B. I would like to also clarify that they were alays two seprete line but I need them to print as one.
Solved! Go to Solution.
@Anonymous
You can place [Parent] column from table2 in table visual along with the following measure
Items = CONCATENATEX ( VALUES ( table1[Item] ), table1[Item], ", " )
@Anonymous
You can place [Parent] column from table2 in table visual along with the following measure
Items = CONCATENATEX ( VALUES ( table1[Item] ), table1[Item], ", " )
Hi @Anonymous
Can you please clarify what exactly you mean by "move over"?
sure I did RELATED(table2[parent]) to put the parent names on to table 1.
@Anonymous
You can only add columns to an existing table. You can't edit or change the structure of an existing table.
You can achieve your expected result using a table visual or a calculated table. Which option would you go for?
I would like table visual please.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |