Forum Discussion

KamKam's avatar
KamKam
Frequent Visitor
5 years ago
Solved

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 regards
    Denis
     

9 Replies

  • selimovd's avatar
    selimovd
    Most 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 regards
    Denis
     
    • KamKam's avatar
      KamKam
      Frequent Visitor

      Thank you for the suggestion selimovd.

       

      Unfortunately, this only extracts the values from the first Binary row. I would like to do this for each of the Binary values.

       

      Do you have any other suggestions?

      • selimovd's avatar
        selimovd
        Most 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 regards
        Denis