Forum Discussion
Get data from another power BI Table / File
ALeef
Yeah I can't see how its done
This would be useful for incremental loading. So one Power BI App file would be set up to incremental load say tables from an ERP system. And then the other App files would access this one App File
I might make a suggested how to improve at some point.
Anyone did this? I would be nice to centralize translation within one pbix. Instead of have the same logic in several pbix files. This is not very maintanable.
Or is it perhaps possible to save the table after the transactions into a seperate file? and load this file in another pbix?
- WillT10 years agoCommunity Admin
I suggested this on another thread: you could use Power Query to do the transformations centrally and load the data into the Excel worksheet. Then your PBIX files can load the data from there to do the modelling/reporting you need.
Thanks
Will