Forum Discussion
Formulas in a self referencing table
- 4 years ago
Hi Anonymous ,
Please add the custom column in Power Query Editor.
= Duration.Days( DateTime.LocalNow() - [order date] )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You need to save your result as a seperate table, you should not overwrite the input table with your result table.
- Anonymous4 years agoNot applicable
Thanks for this. How would I do that? My self ref table is saved as a connection only, does this need to be saved as something different so it loads to a new tab? Then I just hide the tabs for the self ref tables so they can't be seen
- Vijay_A_Verma4 years agoMost Valuable Professional
If it is connection only, then no need.
But I am unable to understand the issue now. Probably some more details are needed about this self referencing table/query.