Forum Discussion
Anonymous
6 years agoNot applicable
Update Changes data from 2 tables
Hi Teams, I have 2 tables and I make the comparison between them. I added one more column called "Updated Comparation". If columns in NewData table is different from OldData table, then "Updated Co...
- 6 years ago
HI, Anonymous
Do you mean that you want to update the data in the original data column?
If so, you could not get it in power bi for now.
You could create the new column as amitchandak said, or use the same logic to create a New table.
Regards,
Lin
amitchandak
Super User
6 years agoTry creating columns like this and then use them in calculation
Max customer = MAXX(filter(Sales,Sales[Order Id]='Item'[Max Sales order id] && Sales[item_id]='Item'[Item ID]),Sales[Customer ID])
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
My Recent Blog - https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601