Setting "encrytion:Enabled" as defaut for Power BI bpids

I’m using Dremio as a data source for Power BI. However, when I try to open the pbids file created by clicking the power BI icon in Dremio, an “ODBC error” occurs.
The ODBC error occurred because the encryption option was disabled. If you manually modify the “Encryption” option to be “Enabled” in a text editor, then the file works properly.
Is there a way to set the following options as the default to avoid ODBC error?

{
  "connections" : [ {
    ...
    "details" : {
      "address" : {
		...
        "encryption" : "Enabled",
        ...
      },
	  }
  } ],
}