The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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?
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
58 | |
56 | |
53 | |
49 | |
32 |
User | Count |
---|---|
172 | |
89 | |
70 | |
46 | |
45 |