Forum Discussion

madpimenta013's avatar
3 years ago
Solved

How to separate dataflow into test and production environment

I have a dashboard in which it is fed by a dataflows, however, this dashboard is seen by the company's management, and is updated every day. I wanted to find some way for me to make changes to the da...
  • nandukrishnavs's avatar
    nandukrishnavs
    3 years ago

    madpimenta013 once you import JSON file in test environment, all tables will be available there. To move the changes to Prod environment, you could configure deployment pipeline.

    But, it requires premium capacity. If you don't have premium capacity, i think you can copy MQuery from advance editor of each table and replace corresponding tables in the prod workspace. Then everything should work. You can try this.