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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |