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
Marvynb
Frequent Visitor

encrypted data

Hi all,

 

does anyone know if Desktop PowerBI can read and transform MySQL encrypted data yet?

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

Hi Marvynb,

 

Power BI can't decrypt the encrypted data by itself, but you can use R script lib(like Sodium) to decrypt or encrypt your data.

For more details about R script in power bi, please refer to:https://docs.microsoft.com/en-us/power-bi/desktop-r-scripts.

 

Regards,

Jimmy Tao

Hi Jimmy Tao,

 

Thanks for the advice, im am new to R Scipting would you possibly be able to guide me in running a simple script as per below in R?

 

SELECT id,
cid,
id_number,
AES_DECRYPT(name, 'key' , ix) as Name,
AES_DECRYPT(surname, 'key' , ix) as Surname,
created_at
FROM database.table

Hi Marvynb,

 

About AES decryption in R, pleae refer to the offical documentation here:

https://www.rdocumentation.org/packages/digest/versions/0.6.15/topics/AES

 

Regards,

Jimmy Tao

Marvynb
Frequent Visitor

Hi all,

 

does anyone know if PowerBI Desktop can read and transform MySQL encrypted data yet?

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.