Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to create or update Gateway data source credentials using Flow and a Power BI REST API custom connector.
The API endpoints require that the credentials provided in the JSON body be encrypted using the gateway public key and the RSA-OAEP algorithm, but the documentation provides no directions to a pratical method for performing the encryption.
Despite many searches, I have not found anything. Any help would be welcome.