Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a PBIX file with 9 different tables. 1 of the tables is essentially a history table which contains all the data from the start of this project. The other 8 tables contain data which is updated twice a week.
In 4 of the tables the names used in in the relationship column are long disjointed names, I have 1 of the 8 tables that is used to translate the long disjointed names into the more descriptive names used in the other tables. The relationships for the tables are all active.
I need to get all the information from all the other tables (except the reference table) into the "history" tables without loosing any of the existing data in the history table essentially append the data into the correct columns.
I have been trying to figure out how to pull the data out of the bi-weekly updated tables and place it into the correct cloumns in the "history" table but I have had no luck with anything I've attempted.
Below is a screen shot of the relationship between the tables and the the arrows indicate where the data need to end up for context.
Solved! Go to Solution.
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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
6 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
3 |