How to query values only from Azure Blob Storage with Excel Power Query?Stop Excel from automatically converting certain text values to datesChecking if a blob exists in Azure StorageExcel Power Query — Select value in column specified in related table — INDEX+MATCH alternativeHow to Power Query Windows folder-share security/access permissions?Format Rows and Columns in Excel Power Query Based on Source Tableexisting excel formulas into power queryUsing power query on excel workbooks with autofilter pulls data from the wrong columnsFeed cell value into excel query web browser URLParameter whole range or table in Excel Power QueryExcel power query different size web tables

Fast method to cut/shred glue stick into small pieces

Perform mirror symmetry transformation of 3D model (in OBJ)

Where to connect the fuse and why?

How to track mail undetectably?

Why was Pan Am Flight 103 flying over Lockerbie?

Why didn't Caesar move against Sextus Pompey immediately after Munda?

I just started; should I accept a farewell lunch for a coworker I don't know?

What overwrites /etc/resolv.conf roughly every hour?

Why do some PCBs have exposed plated perimeters?

What are the children of two Muggle-borns called?

Installed software from source, how to say yum not to install it from package?

Do electrons really perform instantaneous quantum leaps?

What are the advantages and disadvantages of Manhattan-Style routing?

Is it OK to throw pebbles and stones in streams, waterfalls, ponds, etc.?

Automorphisms and epimorphisms of finite groups

The alcoholic village festival

Avoiding repetition when using the "snprintf idiom" to write text

What was the first science fiction or fantasy multiple choice book?

What does 5d4 x 10 gp mean?

Having to constantly redo everything because I don't know how to do it

Could you fall off a planet if it was being accelerated by engines?

Tricolour nonogram

How far can gerrymandering go?

Is it possible to alias a column based on the result of a select+where?



How to query values only from Azure Blob Storage with Excel Power Query?


Stop Excel from automatically converting certain text values to datesChecking if a blob exists in Azure StorageExcel Power Query — Select value in column specified in related table — INDEX+MATCH alternativeHow to Power Query Windows folder-share security/access permissions?Format Rows and Columns in Excel Power Query Based on Source Tableexisting excel formulas into power queryUsing power query on excel workbooks with autofilter pulls data from the wrong columnsFeed cell value into excel query web browser URLParameter whole range or table in Excel Power QueryExcel power query different size web tables













0















I am trying to query some chatbot data from Azure Blob Storage with Excel Power Query. Unfortunately, Excel cells not only contain the value but also the key in each cell.



This is some sample content of a blob in my blobstorage. The data always has the same structure.



"id":"3398","realId":"3398","document":"userID":"3398","name":"Testdurchgang","age":18,"gender":"männlich","education":"Diplom","complete":true,"advisoryConversationId":"6EFa4fsLaJhB4U1LlwNksU-f","roundCounter":5,"riskchoices":["A","A","A","A","B","B","B","B","B","B"],"riskAssessmentComplete":true,"riskDescription":"risikoneutral","order":["2","1","0"],"botRecommendation":"Breen GmbH","choice":"ACG GmbH","follow":false,"eTag":"*","resultConversationId":"Kxw9FZ2KwdWKqElSQQ0nG2-f","win1":"none","win2":"ACG GmbH","loss1":"Breen GmbH","loss2":"Plus GmbH","payout":"Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.","payoutNumber":"6,5"


This is how the data looks like in the Power Query tool:



enter image description here



As you can see, the first column even contains the bracket from the JSON and column 3 contains the "content" tag. In the best case, I want only the value in each cell. I can set the column description manually if necessary.



Is there a way to achieve this?



I know I could do it with Excel functions but this would not be a really nice solution.



Thank you in advance.










share|improve this question




























    0















    I am trying to query some chatbot data from Azure Blob Storage with Excel Power Query. Unfortunately, Excel cells not only contain the value but also the key in each cell.



    This is some sample content of a blob in my blobstorage. The data always has the same structure.



    "id":"3398","realId":"3398","document":"userID":"3398","name":"Testdurchgang","age":18,"gender":"männlich","education":"Diplom","complete":true,"advisoryConversationId":"6EFa4fsLaJhB4U1LlwNksU-f","roundCounter":5,"riskchoices":["A","A","A","A","B","B","B","B","B","B"],"riskAssessmentComplete":true,"riskDescription":"risikoneutral","order":["2","1","0"],"botRecommendation":"Breen GmbH","choice":"ACG GmbH","follow":false,"eTag":"*","resultConversationId":"Kxw9FZ2KwdWKqElSQQ0nG2-f","win1":"none","win2":"ACG GmbH","loss1":"Breen GmbH","loss2":"Plus GmbH","payout":"Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.","payoutNumber":"6,5"


    This is how the data looks like in the Power Query tool:



    enter image description here



    As you can see, the first column even contains the bracket from the JSON and column 3 contains the "content" tag. In the best case, I want only the value in each cell. I can set the column description manually if necessary.



    Is there a way to achieve this?



    I know I could do it with Excel functions but this would not be a really nice solution.



    Thank you in advance.










    share|improve this question


























      0












      0








      0








      I am trying to query some chatbot data from Azure Blob Storage with Excel Power Query. Unfortunately, Excel cells not only contain the value but also the key in each cell.



      This is some sample content of a blob in my blobstorage. The data always has the same structure.



      "id":"3398","realId":"3398","document":"userID":"3398","name":"Testdurchgang","age":18,"gender":"männlich","education":"Diplom","complete":true,"advisoryConversationId":"6EFa4fsLaJhB4U1LlwNksU-f","roundCounter":5,"riskchoices":["A","A","A","A","B","B","B","B","B","B"],"riskAssessmentComplete":true,"riskDescription":"risikoneutral","order":["2","1","0"],"botRecommendation":"Breen GmbH","choice":"ACG GmbH","follow":false,"eTag":"*","resultConversationId":"Kxw9FZ2KwdWKqElSQQ0nG2-f","win1":"none","win2":"ACG GmbH","loss1":"Breen GmbH","loss2":"Plus GmbH","payout":"Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.","payoutNumber":"6,5"


      This is how the data looks like in the Power Query tool:



      enter image description here



      As you can see, the first column even contains the bracket from the JSON and column 3 contains the "content" tag. In the best case, I want only the value in each cell. I can set the column description manually if necessary.



      Is there a way to achieve this?



      I know I could do it with Excel functions but this would not be a really nice solution.



      Thank you in advance.










      share|improve this question
















      I am trying to query some chatbot data from Azure Blob Storage with Excel Power Query. Unfortunately, Excel cells not only contain the value but also the key in each cell.



      This is some sample content of a blob in my blobstorage. The data always has the same structure.



      "id":"3398","realId":"3398","document":"userID":"3398","name":"Testdurchgang","age":18,"gender":"männlich","education":"Diplom","complete":true,"advisoryConversationId":"6EFa4fsLaJhB4U1LlwNksU-f","roundCounter":5,"riskchoices":["A","A","A","A","B","B","B","B","B","B"],"riskAssessmentComplete":true,"riskDescription":"risikoneutral","order":["2","1","0"],"botRecommendation":"Breen GmbH","choice":"ACG GmbH","follow":false,"eTag":"*","resultConversationId":"Kxw9FZ2KwdWKqElSQQ0nG2-f","win1":"none","win2":"ACG GmbH","loss1":"Breen GmbH","loss2":"Plus GmbH","payout":"Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.","payoutNumber":"6,5"


      This is how the data looks like in the Power Query tool:



      enter image description here



      As you can see, the first column even contains the bracket from the JSON and column 3 contains the "content" tag. In the best case, I want only the value in each cell. I can set the column description manually if necessary.



      Is there a way to achieve this?



      I know I could do it with Excel functions but this would not be a really nice solution.



      Thank you in advance.







      json excel azure powerquery azure-blob-storage






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 25 at 17:35







      FRANZKAFKA

















      asked Mar 25 at 15:38









      FRANZKAFKAFRANZKAFKA

      3310 bronze badges




      3310 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          2














          Make sure the file you have stored in Storage blob container is of .json format.



          Was able to upload your sample content into blob as below







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"






          In excel was able to import



          enter image description here



          Click on Binary and should see below



          enter image description here



          Click on Record and should see the below



          enter image description here



          Insert into the table should show something as below



          enter image description here



          Hope the above steps help !






          share|improve this answer























          • Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

            – FRANZKAFKA
            Mar 26 at 10:46











          • I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

            – bharathn-msft
            Mar 26 at 14:00











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341427%2fhow-to-query-values-only-from-azure-blob-storage-with-excel-power-query%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Make sure the file you have stored in Storage blob container is of .json format.



          Was able to upload your sample content into blob as below







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"






          In excel was able to import



          enter image description here



          Click on Binary and should see below



          enter image description here



          Click on Record and should see the below



          enter image description here



          Insert into the table should show something as below



          enter image description here



          Hope the above steps help !






          share|improve this answer























          • Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

            – FRANZKAFKA
            Mar 26 at 10:46











          • I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

            – bharathn-msft
            Mar 26 at 14:00
















          2














          Make sure the file you have stored in Storage blob container is of .json format.



          Was able to upload your sample content into blob as below







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"






          In excel was able to import



          enter image description here



          Click on Binary and should see below



          enter image description here



          Click on Record and should see the below



          enter image description here



          Insert into the table should show something as below



          enter image description here



          Hope the above steps help !






          share|improve this answer























          • Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

            – FRANZKAFKA
            Mar 26 at 10:46











          • I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

            – bharathn-msft
            Mar 26 at 14:00














          2












          2








          2







          Make sure the file you have stored in Storage blob container is of .json format.



          Was able to upload your sample content into blob as below







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"






          In excel was able to import



          enter image description here



          Click on Binary and should see below



          enter image description here



          Click on Record and should see the below



          enter image description here



          Insert into the table should show something as below



          enter image description here



          Hope the above steps help !






          share|improve this answer













          Make sure the file you have stored in Storage blob container is of .json format.



          Was able to upload your sample content into blob as below







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"






          In excel was able to import



          enter image description here



          Click on Binary and should see below



          enter image description here



          Click on Record and should see the below



          enter image description here



          Insert into the table should show something as below



          enter image description here



          Hope the above steps help !







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"







          "id": "3398",
          "realId": "3398",
          "document":
          "userID": "3398",
          "name": "Testdurchgang",
          "age": 18,
          "gender": "männlich",
          "education": "Diplom",
          "complete": true,
          "advisoryConversationId": "6EFa4fsLaJhB4U1LlwNksU-f",
          "roundCounter": 5,
          "riskchoices": [
          "A",
          "A",
          "A",
          "A",
          "B",
          "B",
          "B",
          "B",
          "B",
          "B"
          ],
          "riskAssessmentComplete": true,
          "riskDescription": "risikoneutral",
          "order": [
          "2",
          "1",
          "0"
          ],
          "botRecommendation": "Breen GmbH",
          "choice": "ACG GmbH",
          "follow": false,
          "eTag": "*",
          "resultConversationId": "Kxw9FZ2KwdWKqElSQQ0nG2-f",
          "win1": "none",
          "win2": "ACG GmbH",
          "loss1": "Breen GmbH",
          "loss2": "Plus GmbH",
          "payout": "Du bekommst 6500 Geldeinheiten = 6,50€ ausgezahlt.",
          "payoutNumber": "6,5"







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 25 at 23:04









          bharathn-msftbharathn-msft

          3405 bronze badges




          3405 bronze badges












          • Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

            – FRANZKAFKA
            Mar 26 at 10:46











          • I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

            – bharathn-msft
            Mar 26 at 14:00


















          • Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

            – FRANZKAFKA
            Mar 26 at 10:46











          • I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

            – bharathn-msft
            Mar 26 at 14:00

















          Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

          – FRANZKAFKA
          Mar 26 at 10:46





          Your very first sentence was my problem: The data was in json format but the blobs were not specified as .json. By manually uploading a .json file from my harddrive I could replicate the behavior. Unfortunately, this way I can only load the content of a single file into the spreadsheet. By not specifying the extension, I was able to get a table in excel in which each column represents a key and the different values (about 200 per key) are represented below, which is necessary for analyzing the data (e.g. frequency distribution).

          – FRANZKAFKA
          Mar 26 at 10:46













          I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

          – bharathn-msft
          Mar 26 at 14:00






          I understand that this way you can only load the content of a single file. However please check if you can reformat your json files to just have the document section, that might help you load all the files at once.

          – bharathn-msft
          Mar 26 at 14:00







          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341427%2fhow-to-query-values-only-from-azure-blob-storage-with-excel-power-query%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript