Summarizing Data with Group By in Power Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 34

  • @JeffLafrenz
    @JeffLafrenz 2 หลายเดือนก่อน

    Just wanted to give you a big THANK YOU! The summarize text section is exactly what I have been looking for and your explination and example was tremendously helpful.

  • @vwij1736
    @vwij1736 11 หลายเดือนก่อน +2

    Great video Mark.

  • @leftindependent
    @leftindependent 9 หลายเดือนก่อน +1

    Excellent job! Thank you 😊

  • @IvanCortinas_ES
    @IvanCortinas_ES ปีที่แล้ว +2

    The last case of "All rows" is very interesting. Excellent and brilliant explanation Mark. Thanks!!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  ปีที่แล้ว

      Because it creates a Table in each row. We can then use all the M code Table.xxxxx functions in a Custom Column to manipulate those Tables. It's mind blowing.

  • @Pradonis7
    @Pradonis7 8 หลายเดือนก่อน +1

    Your content is excellent. You are very didactic. Thank you!!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  8 หลายเดือนก่อน

      Thank you, I appreciate that! 😁

  • @marckirsch
    @marckirsch 4 หลายเดือนก่อน

    This was super helpful for a project I recently did. Thanks for sharing, really appreciate it.

  • @c.e.bingham2079
    @c.e.bingham2079 ปีที่แล้ว +1

    Well done! Excellent presentation, as I learned something new. Thanks!

  • @SandyChan-u7h
    @SandyChan-u7h ปีที่แล้ว

    Thanks. I find this really useful.

  • @andrewsinha2785
    @andrewsinha2785 ปีที่แล้ว +2

    Clear, perfect Thanks

  • @SeemaSharma-lj3cf
    @SeemaSharma-lj3cf ปีที่แล้ว +1

    Thank you for sharing

  • @ohdjrp4
    @ohdjrp4 ปีที่แล้ว +1

    Thank you!

  • @angelmaravilla4708
    @angelmaravilla4708 4 หลายเดือนก่อน

    Great video Sir!,
    Just to confirm: is this "Group By" feature, the equivalent to use the SUMMARIZE() DAX expression?

  • @orkunakar9057
    @orkunakar9057 11 หลายเดือนก่อน

    how can I apply Group by where I have multıple colums? product X Y Y sum for each months seperately ?

  • @Picla_Peremohy
    @Picla_Peremohy ปีที่แล้ว

    Another excellent video Mark. I was previously aware of the Text.Combine trick but was plagued by the duplicate values in the cell. You made my day today with the List.Distinct() addition.
    Since the need for summarizing text is quite common, do you think Microsoft will add that as an option instead of forcing us to use the Sum workaround as you present?

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  ปีที่แล้ว

      You're welcome Jim.
      It would make sense to add Text.Combine to that list (along with as many other possible options), but I think it's unlikely for quite a while. I know the Power Query team are working on some pretty big stuff at the moment, so I doubt that will revert any resources for something like this at the moment.

  • @Charly_MC
    @Charly_MC ปีที่แล้ว +1

    Excellent. I have a question: is possible Create groups for specific dates ? Example: my field date is day by day but I need group by month (Sum values) and March I need day by day 😅 thanks

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  ปีที่แล้ว

      Add a month column, then perform the Group By.
      You can always remove the column later if you don’t need it any more.

  • @eslamfahmy87
    @eslamfahmy87 ปีที่แล้ว +1

    Hello sir...if my data have Duplicated on one column and I need to make a group by by this column to be unique data for my file

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  ปีที่แล้ว

      Select the column then click Home > Remove Rows > Remove Duplicates

    • @eslamfahmy87
      @eslamfahmy87 ปีที่แล้ว

      @@ExcelOffTheGrid thank you 😊 for fast response, highly appreciated but I know this feature, and as I understood from ur reply that's my need not coverd on group by tool. Am right ?

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  ปีที่แล้ว

      So you want to Group By and then remove duplicates inside each Group?
      To do that - use Group By with the operation on All Rows.
      Then add a custom column with the Table.Distinct function applied to each row.
      Finally, expand the Tables.

    • @eslamfahmy87
      @eslamfahmy87 ปีที่แล้ว

      @@ExcelOffTheGrid thnx a lot 😊 I will try it ...

    • @eslamfahmy87
      @eslamfahmy87 ปีที่แล้ว

      @@ExcelOffTheGrid actually, I tried but it's doesn't work good as when I expand the custom table all Duplicated are reflected again despite of I used table.distinct function!!

  • @dougmphilly
    @dougmphilly ปีที่แล้ว +1

    list distinct --- i needed this bad

  • @leiterservices
    @leiterservices ปีที่แล้ว

    Using the Text.combine, the resulting column still shows errors - how do you fix that?