Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
hi ,
i want to add a new column with the value equal to a sepecific cell in the file.
For example, all the value in the new column is equal to row 5 of Data.Column3
How can i do that?
thanks alot
Solved! Go to Solution.
You can refer to items in a list with curly brackets so something like this in the 'add new column' :
#"Added Custom"[Column1]{7}
So it's previous_step column_name list_index
Indexes are 0-based so the above returns the 8th item
You can refer to items in a list with curly brackets so something like this in the 'add new column' :
#"Added Custom"[Column1]{7}
So it's previous_step column_name list_index
Indexes are 0-based so the above returns the 8th item
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 |
|---|---|
| 50 | |
| 33 | |
| 32 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 64 | |
| 64 | |
| 41 | |
| 27 | |
| 24 |