Forum Discussion
Anonymous
4 years agoNot applicable
Replace Values from Different tables
Hey Guys, I need help with this query in M-code. I have one table which has general data and is quite big and slow (Table1). I also have another table which has newer data, fast and shiny (Tab...
NickolajJessen
Solution Sage
4 years agoFun challange
Good job for including table format data in your post!!
https://drive.google.com/drive/folders/1AjePk7NUXAloXHr42BEa2lDOr5dQr2Wg
- Anonymous4 years agoNot applicable
Thanks for your answers.
I need a solution directly in M with a query in the end as I do this in Power BI Dataflows and need a data table like Table3.
Any suggestions in M?
Thanks! 🙂- NickolajJessen4 years ago
Solution Sage
Just pivot table2 it back to original format 🙂
Add this to the last step on table 2:= Table.Pivot(#"Removed Columns", List.Distinct(#"Removed Columns"[Attribute]), "Attribute", "Value")