Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
I have connected Power BI with MongoDB Atlas using SQL ODBC Driver. In my collection(Table) in mongodb have 3 documents ( 3 Rows ) , and each document with multiple subdocuments within them, and those subdocuments have further subdocuments inside of them. while i bring the collection (table) Data in to PBI, in Power Query Editor the Subdocuments are in the form of BINARY. I have tried to convert the Binary into normal column and row data through Transfrom JSON document option, But it produces Lots and Lots of Duplicate Rows and unable to figure it the duplicate because now it populates in to 900 rows, also produces lot f errors.
How to work with this JSON file diredtly connected from MongoDB Atlas???
Solved! Go to Solution.
There are a couple of transforms you can try
Binary.ToText - PowerQuery M | Microsoft Learn
Text.FromBinary - PowerQuery M | Microsoft Learn
Json.FromValue - PowerQuery M | Microsoft Learn
Be aware that transitioning from a hierarchical (NoSQL) to relational (table) environment requires you to make compromises in the way you flatten the hierarchy. You cannot expect this to be a 1:1 transition.
There are a couple of transforms you can try
Binary.ToText - PowerQuery M | Microsoft Learn
Text.FromBinary - PowerQuery M | Microsoft Learn
Json.FromValue - PowerQuery M | Microsoft Learn
Be aware that transitioning from a hierarchical (NoSQL) to relational (table) environment requires you to make compromises in the way you flatten the hierarchy. You cannot expect this to be a 1:1 transition.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 6 | |
| 5 |