This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
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.