Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Create the specified number of lines from one line.

Hello everyone.
I have a table. In one column - the number of the event, in the second - the quantity. I really need to decompose such lines into several. If there are 4 events, then 4 lines are needed, if 2 - then two. How can this be done optimally?

 

2021-09-24 11_51_16-Book2 - Excel.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

In PQ add new column: 

   Table.AddColumn(prev_step, new_column_name, each List.Numbers(1,[COUNT])),

 where [COUNT] is column with events count.

Then expand lists in new column.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

In PQ add new column: 

   Table.AddColumn(prev_step, new_column_name, each List.Numbers(1,[COUNT])),

 where [COUNT] is column with events count.

Then expand lists in new column.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.