Forum Discussion
Anonymous
6 years agoNot applicable
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- ...
- 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
Anonymous
6 years agoNot applicable
Hey Jimmy801 ,
Yes the netSales is calculated in power bi. Is there a way where i can calculate the column in power query.
Can you give me a ref link or example where i can calculate from lookup table and use conditions in it ?