The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Does anyone know of any good references for processing BSON in PowerBI? I know of these https://learn.microsoft.com/en-us/powerquery-m/binary-functions built in library functions for binary data but am wondering if there are other resources out there. Context: We will be receiving BSON data back that we will be translating into tables for PowerBI.
Solved! Go to Solution.
HI @Anonymous,
You can use web connector to getting data from correspond API ,then use json function to receive these data with correspond Encode and transform them to table format.
Web.Contents - PowerQuery M | Microsoft Learn
Json.FromValue - PowerQuery M | Microsoft Learn
BTW, if you are working with MongoDB with BSON data format, you can also refer to the following link if helps:
Connect from Microsoft Power BI Desktop - MongoDB
Regards,
Xiaoxin Sheng
BSON Processing is not available in Power BI at this time
BSON Processing is not available in Power BI at this time
HI @Anonymous,
You can use web connector to getting data from correspond API ,then use json function to receive these data with correspond Encode and transform them to table format.
Web.Contents - PowerQuery M | Microsoft Learn
Json.FromValue - PowerQuery M | Microsoft Learn
BTW, if you are working with MongoDB with BSON data format, you can also refer to the following link if helps:
Connect from Microsoft Power BI Desktop - MongoDB
Regards,
Xiaoxin Sheng