Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Use Power BI API to change connectionstring if in DirectQuery but Update parameters if not

Hi,

 

Firstly, I'm not entirely sure if this is feasible, and since the process I'm referring to are actually set up and owned by a third party company a lot of this is guesswork..

 

We have a deployment process that a third party have developed for us that allows Dataset connection strings to be changed from our Dev environment to the Production evnironment, with requests from our organisation being automated via an email handler.

 

Since this process is updating the datasource for a dataset, it is restricted to Direct Query (no Mixed or Import storage reports will work), so we currently can't build any composite models which is in turn putting a lot of restrictions in movign forward with business requests.

My knowledge and experience using the API is admitedly limited, but I need to make recommendations back to the business about how we are using PBI and how we're going to manage scalability and perfromance in the future and the suggestion that we try using Aggregation tables in a composite model is currently a no-go due to hte Direct Query restriction outlined above.

 

The API method to automate changing from a Dev to a Prod environment is working (for DQ) and I have had some success previously using Parameters within a report to handle the Server and DB name, and then using the Update Parameters API as detailed here to automate promotion from Dev to Prod. However both of these approaches I have only used/seen in isolation..

 

Would it be theoretically possible to 'cascade' the two approaches so that at first contact it is assumed to be a DQ only report and therefore handled by the Update dataset connection string API method, but if that returns an error regarding the method not being available for Import (or in this case Mixed) models then try using the Update Parameters API method to complete the connection change ?

 

So a report would follow this logic:

 

try

        Update dataset connection string API method - would succeed for DQ only reports

catch

        try

                Update Parameters API method - would only be tried if report is not DQ only (or a genuine error occurs which would also error here and pass into the next catch)

        catch

                Return error messages

I should point out, that in both cases - Import or DQ - the server and db being changed to would be identical, just handled differently.

 

Thanks in advance!

1 REPLY 1
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

Based on my test, it is not possible to meet your requirement currently.You can come up a new idea about that and add your comments there to improve Power BI and make this feature coming sooner.

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

Regards,

Frank

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors