Forum Discussion
How to Automate Binary Extraction into Seperate Queries
Hi Power BI Community,
I have a dataset that has a column with Binary values in it. When I click on one of the binary values it opens an entirely new table. I would like to extract the data in these Binary values and make them into a new Queries.
There are quite a few rows in the orginal data so I would like to automate this.
Is there a way to do this?
I was trying to do this with M Language but I could not find a way to create a new Query using it. Is there a way to do that?
Hey KamKam ,
yes, the files have to have the same format.
But if you want to automate things, they anyway have to have the same format. If every file is different you have to load one by one and then after you changed the files you can combine them again.
Does this help you?
If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic
9 Replies
- selimovdMost Valuable Professional
Hey KamKam ,
if you don't have to transform anything, you can load the folder and use the "Combine & Transform" option:
How to Load Data from a Folder in Power BI - insightsoftware
Would that work for you?
If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic- selimovdMost Valuable Professional
Hey KamKam ,
this is not true. With the combine option, a function is created that combines all files in this folder. Like this you can combine all "binary files" (like CSV) into one table.
Please give it a try.
If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic