Connect Progress Photos with the Power BI Model

In this video, I explain how you can connect your progress photos to your Power BI model. Here is the script: let BinaryToPbiImage = (BinaryContent as binary) as text=> let Base64 = “data:image/jpeg;base64, ” & Binary.ToText(BinaryContent, BinaryEncoding.Base64) in Base64 in BinaryToPbiImage Regards, Osama Saad, MBA, PMP, PSP, CCP, PMI-SP