Forum Discussion
Anonymous
5 years agoNot applicable
Unpack .blob files in PowerBI
Hi! I have created a Blob Storage, where daily data from Azure App Insights are placed in .blob format. I can easily connect to the storage, but I have a hard time unpacking the files furt...
lbendlin
5 years agoSuper User
These blobs seem to contain JSON structures. Do you already know which parts of these structures you need, or do you need to get all the contents without fully knowing its structure?
JSON is hierarchical, whereas Power BI relies on flat tables. At some point you will have to make a compromise.
- Anonymous5 years agoNot applicable
lbendlinHi! I'm afraid I would need all of the content without fully knowing the structure, until we are more familiar with the data and possibilities.