Hi!
I am trying to change connected Azure Table account programmatically, as I want to setup reports and dataset on behalf of customers. That is to say, I want to push my own designed reports to customer's powerbi, and let its dataset connect to customer's Azure Table. Both Azure Tables have identical schema as I create them.
I found out two ways, both promising but seems impossible.
The first way is to unzip pbix file and modify (account, connectionString) pair. I inspected subfiles in pbix, and I am guessing the subfile named "SecurityBindings" contains the "connectionString" (credential or something like), but its seems in binary and unreadable, and I am stucked with its format. I think the security shall not rely on file format like the security of crypto shall rely on "key" instead of "algorithm". Can anyone give me some advice to get around this ?
The second way is to use "UpdateDatasource" REST API, but it seems that this API does not support datasource of Azure Table.
Can anyone help me ? Thank you!