We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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!
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 6 | |
| 5 |