Forum Discussion
Save Measures or Calculated Column Values in a seperate table
- 2 years ago
Anonymous wrote:What would be required to create this from scratch?
it depends on which technologies you have at your disposal:
- one of the possible solution is in my previous post: Data Flow Gen. 2 -> Lakehouse -> Power BI Dataset -> Report (NB: requires Fabric/Premium capacity that is in preview)
- you could use SQL Server Integration Services
- you could use Azure Data Factory
- ...
OK, so I've decided to create one master file in the cloud environment and use the SQL souce to copy and append to this master on a scheduled basis. What would be required to create this from scratch? Once created, I want to link my Power PI front end report to the newly created master file. It will be the only table I work with.
Anonymous wrote:What would be required to create this from scratch?
it depends on which technologies you have at your disposal:
- one of the possible solution is in my previous post: Data Flow Gen. 2 -> Lakehouse -> Power BI Dataset -> Report (NB: requires Fabric/Premium capacity that is in preview)
- you could use SQL Server Integration Services
- you could use Azure Data Factory
- ...