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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.