Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

add dynamic row values from another table

Sorry if my post is duplicated. I had searched the issue and found nowhere. Let me know if i can do this way or not. If I can do then, can you please me on this.   I have 2 tables: Table1-  ...
  • Jimmy801's avatar
    Jimmy801
    6 years ago

    Hello Anonymous 

     

    change the AddedYear-step as follows

    	AddedYear = Table.AddColumn
    	(
    		ChangeType,
    		"Custom",
    		each Date.Year
    		(
    		    [Date]
    		)
    	),


    If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
    Kudoes are nice too

    Have fun

    Jimmy