Forum Discussion
Trying to insert data from multiple tables into another existing table based on column names
- Anonymous4 years ago
Hi BarryM
Power BI doesn't support to dynamicly insert values into Existing columns.
I think you can try to add calculated columns into your history table. I see you create relationship between your tables, you can try related function, userelationship functions ,or filter in your code.
Or you can try merge function in Power Query.
For reference:
Both calcualted column or Combine queries will show the latest value from other tables.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi BarryM
Power BI doesn't support to dynamicly insert values into Existing columns.
I think you can try to add calculated columns into your history table. I see you create relationship between your tables, you can try related function, userelationship functions ,or filter in your code.
Or you can try merge function in Power Query.
For reference:
Both calcualted column or Combine queries will show the latest value from other tables.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.