- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Add column to inner table of a column
Hello,
I would be grateful for any tips on the following problem.
I have a table like this:
and been trying to place value in column Date into each inner table of Data column. I know that I can simply expand Data column and the Date will stay within each row. However I need to combine those two tables into one. I am using
=Table.Combine(Custom2[Data])
as the next step, however it eliminates Date column. How can I place Date into the inner tables as a separate column that stays in place after I combine the two tables?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

= Table.Group(Custom2, "Date", {{"Data", each Table.Combine([Data])}})
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

= Table.Group(Custom2, "Date", {{"Data", each Table.Combine([Data])}})
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes, this works as expected. Thank you !

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
08-21-2024 06:40 AM | |||
Anonymous
| 04-18-2023 06:18 AM | ||
03-06-2024 10:27 AM | |||
04-05-2023 12:18 AM | |||
03-13-2024 06:12 AM |
User | Count |
---|---|
28 | |
27 | |
25 | |
14 | |
10 |
User | Count |
---|---|
24 | |
21 | |
17 | |
16 | |
10 |