Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am always grateful for your help.
Is there a way to add the data in column A to the data in column B and reflect the data in C to E as it is, as shown in the attached image?
thank you.
thank you for your answer.
I tried this correspondence, but it did not work well because the same number was extracted continuously.
@Tome_05 , the folowing solution work in power query,
First append the table with self.
then group by...
Create a custom column...
rest_2 = Table.AddIndexColumn([rest_1], "Index", 1)
Remove A and rest_1 column and expand the rest_2 column.
Create another custom column...
A&B = if [Index]>1 then [A] else [B]
Remove A, B & Index column and Bananas...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 37 | |
| 31 | |
| 30 |