User Profile
cka1ser
Regular Visitor
Joined 3 years ago
User Widgets
Contributions
Fabric Data Flow Gen2 - Missing content from one SPO list column
Hi all! I have an issue with a Data Flow Gen2 that I have been unable to solve... In an existing data flow gen 2 that imports a SPO list to a warehouse, one column is not imported correctly anymore. - It is a single line of text column - It was importing in the past without issues - Neither the flow nor the sharepoint list did change - The column shows up in the flow, but is (more or less) empty. More or less means: of about 1200 different entries that are present on sharepoint only one entry is shown. all other rows are empty - When I create a new data flow gen2, it shows the same behaviour. All columns are imported correctly, only the problem column is not. Any hints from the community? I have not been able to find similar cases online. Cheers, ChrisSolved870Views0likes5CommentsApplying Lines.FromBinary to multiple list items
Hi PowerBI community! Disclaimer: I am a beginner and maybe this question is stupid, but after aproximately a whole work-day of research I am not any further. I am reading from a Azure Blob Container containing multiple JSONs of the same structure and I want them to be combined into one column (as a preparation for further data mangling). My code sample below works as intended and I can use this output for my futher processing. let Source = AzureStorage.Blobs("myblobstorage"), mycontainer = Source{[Name="mycontainername"]}[Data], myjsons = Table.SelectRows(mycontainer, each [Extension] = ".json")[Content], inputcols = Lines.FromBinary(myjsons{0}, null, null) in inputcols Results in: But obviously it is just listing the messages from the selected SINGLE (first) JSON file... myjsons{0}. What do I need to add to have the lines from all the jsons in the list myjsons in inputcols? Cheers, ChristianSolved1.5KViews0likes3Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.