Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
Plz suggest way to copy value from a row, when value colume Name same, below example data
| Name | Value |
| A | |
| B | 3 |
| A | 1 |
| C | |
| B | |
| A | 1 |
| B | 3 |
| C | 7 |
result
| Name | Value |
| A | 1 |
| B | 3 |
| A | 1 |
| C | 7 |
| B | 3 |
| A | 1 |
| B | 3 |
| C | 7 |
Thanks & Regards,
LucTP
Solved! Go to Solution.
Hi @LucTP
Download PBIX file with the example below
Quick way to do it is first of all add an Index column, then sort by the name column and by the Value column (Descending) to give this
Then in the value column Fill Down
Then sort by the Index column (Descending) - then delete the Index column as it's no longer needed.
Regards
Phil
Proud to be a Super User!
Hi @LucTP
Download PBIX file with the example below
Quick way to do it is first of all add an Index column, then sort by the name column and by the Value column (Descending) to give this
Then in the value column Fill Down
Then sort by the Index column (Descending) - then delete the Index column as it's no longer needed.
Regards
Phil
Proud to be a Super User!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 5 | |
| 4 | |
| 4 |