Power Automate - How to read CSV file and find the sum filtered by column name?

Sdílet
Vložit
  • čas přidán 17. 05. 2022
  • This video explains how to read CSV file and find the sum filtered by column name?
    XPath
    {
    "root": {
    "Amount": @{body('Select_Amount_by_Each_Account')}
    }
    }
    XPath Sum
    xpath(xml(outputs('XPath_Amount_Format')),'sum(/root/Amount)')

Komentáře • 9

  • @rakshithsubraj2262
    @rakshithsubraj2262 Před 8 měsíci +1

    Thank you very much Sir :)

    • @abm4975
      @abm4975  Před 8 měsíci

      Thanks a lot for your support

  • @nikolaidedenkov8414
    @nikolaidedenkov8414 Před rokem +1

    Great video, thank you so much!

  • @victordauden9173
    @victordauden9173 Před 2 lety +1

    Oustanding work. Thx for sharing in such detail

    • @abm4975
      @abm4975  Před 2 lety

      Hi Victor
      Thanks a lot for your support.

  • @ophelia1391
    @ophelia1391 Před 8 měsíci +1

    Hi, thank you. Great video. Do you have video where I can group data based on the specific variabel like country maybe?

    • @abm4975
      @abm4975  Před 8 měsíci

      Thanks for the support. I don't have at the moment. So what you are looking is from your CSV file you need to group data based on one of the header (eg: Country). What do you want to do after grouping the data?

  • @CallmeIrisZ
    @CallmeIrisZ Před rokem +1

    Hi, mine always failed following the steps. Because in "Split CSV file" step, it will take one more row which is a blank row and split it as "". It doesn't have any contents and cannot be adjust into an array.

    • @abm4975
      @abm4975  Před rokem

      Hi
      Apologies for the late reply. I was away for a few weeks. I need to see your data. If you still need help in this please let me know.
      Thanks