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.
MagikJukas
4 years agoResolver III
Not sure I understood correctly.
First of all, "Prior" step has been drilled down. so there is only one value associated with that step.
I tried to pass the following: Table.AddColumn(#"Removed Columns", "Custom", each Prior), but I got the Forumla.Firewall error.
I am looking on the internet to figure out how to solve it...
any idea?
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
- MagikJukas4 years agoResolver III
Thanks, but I found it too complicated.
I replicated the original formulas within the column.