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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
PBIDev
New Member

Is it possible to change powerbi connection string to add ApplicationName?

Hi,

can we add more connection attributes such as adding ApplicationName in Connection string

1 ACCEPTED SOLUTION


@PBIDev wrote:

Thank you. WE are using SSAS with import mode , and we want to change in Power BI dashboard connections.

 


@PBIDev

The approach only works in SQL Server database in DirectQuery mode. For SSAS, as far as I know, it is not possible.

View solution in original post

3 REPLIES 3
Eric_Zhang
Microsoft Employee
Microsoft Employee

@PBIDev wrote:

Hi,

can we add more connection attributes such as adding ApplicationName in Connection string

@PBIDev

Are you talking about the REST API Set All Connections? If so, you keep in mind that it only works for datasets in direct query mode.

 

For SQL Server, by default the connection strings are like

 

 

data source=servername;initial catalog=dbname;persist security info=False

 

As per my test, you can update the connection string with Application name

 

data source=servername;initial catalog=dbname;Application Name=MyAppName;persist security info=True

 

Then the updated  connection string actually works if I observe the connections from SQL Server with SP_WHO2.

Capture.PNG

 

 

Thank you. WE are using SSAS with import mode , and we want to change in Power BI dashboard connections.

 


@PBIDev wrote:

Thank you. WE are using SSAS with import mode , and we want to change in Power BI dashboard connections.

 


@PBIDev

The approach only works in SQL Server database in DirectQuery mode. For SSAS, as far as I know, it is not possible.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.