This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register 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!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |