Forum Discussion

mandmiADA's avatar
mandmiADA
Regular Visitor
1 year ago
Solved

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 ...
  • mandmiADA's avatar
    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.