Forum Discussion
mandmiADA
1 year agoRegular Visitor
Change Data Source of Tabular Model to Amazon Redshift
What I Did I successfully deployed an AAS tabular model to Power BI Service (Premium Capacity). What I Need Help With I want to change the data source of the newly created semantic model from SQL ...
- 1 year ago
The only working solution I found out is to delete model Data Source and each table Data Source (Legacy) partitions and replace them with M equivalent that is using Power Query native Redshift connector. ( let Source = AmazonRedshift.Database...)
Since my Tabular model is serialized I managed to create quick python script to replace all table partitions with M query.
mandmiADA
1 year agoRegular Visitor
The only working solution I found out is to delete model Data Source and each table Data Source (Legacy) partitions and replace them with M equivalent that is using Power Query native Redshift connector. ( let Source = AmazonRedshift.Database...)
Since my Tabular model is serialized I managed to create quick python script to replace all table partitions with M query.