Forum Discussion
MagikJukas
4 years agoResolver III
Add column previous step (drill-down)
Hello, I have query where I created some intermedieries steps calculating a value, which has been drilled down. This step is called "Prior". In the same query, I have a table and I want to ad...
- 4 years ago
Thanks, but I found it too complicated.
I replicated the original formulas within the column.
Vijay_A_Verma
4 years agoMost Valuable Professional
If this is a single value list.
Table.AddColumn(#"Removed Columns", "Custom", each Prior{0})
For formula.firewall - https://docs.microsoft.com/en-us/power-query/dataprivacyfirewall
MagikJukas
4 years agoResolver III
Thanks, but I found it too complicated.
I replicated the original formulas within the column.