Forum Discussion
kunalgupta
1 year agoRegular Visitor
Schema update post addition/deletion in data source
I am trying to setup Power BI with Snowflake as back data source. I have a usecase to add/remove columns in data source dynamically (less frequent but possible). I want my semantic data model to be...
lbendlin
1 year agoSuper User
I want my semantic data model to be udpated with column updates, is there a way to automate this? ( I do not want to do it manually)
Power Query is extremely sensitive to that. It will react with "key not found" errors etc, especially for removals. You would have to implement a complete CI/CD solution to make this even remotely work, but don't expect it to be a smooth experience at all.