Power BI DAX Tutorial (22/50) - What is Summarize function in DAX | Group By in DAX

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

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

  • @hudzaifahhudzaifah-zv6yw
    @hudzaifahhudzaifah-zv6yw 7 หลายเดือนก่อน +2

    This helped me so much to understand SUMMARIZE. I stuck for 2 days why the filter context does not work with my table.

    • @AnalyticswithNags
      @AnalyticswithNags  7 หลายเดือนก่อน

      Welcome

    • @balaroxx2700
      @balaroxx2700 6 หลายเดือนก่อน

      I am not able understand the summarize function bro can u explain it to me
      Summarize of table and we given the product name column so that it is going to display it in the new table right and we given a column for maxqts(measure) so it go display it also right .then why we are giving the max of sales quantity again when we have the maxqty (measure) already .

    • @balaroxx2700
      @balaroxx2700 6 หลายเดือนก่อน

      So that only it can give the total max as a grand total..??

    • @highkid1604
      @highkid1604 24 วันที่ผ่านมา

      @@balaroxx2700 if you not given sumx function u cannot able to filtering the data

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

    Hi, what if want to count those Product name with only MaxQnty = 3. . . I want to have it on Card Visualizations and reflect it. which in your example should result to 3 (Jeans Denim, Jeans Levis, and Jeans Zara, total of 3 in Card). What is DAX measure/formula? Thanks.

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

    Hi. You might want to make another video on summarize fxn. The explanation is not as clear as other functions/videos. You are doing a great job btw.

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

    Hello..
    I have a table contains columns comments and differtn month,i want to group the comments month wise..i am using group by..but its only applicable for single month ,when i am using same Group by dax with other column name its Showing error. A table of multiple values was supplied,plz suggest wht should be done..

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

    Hi sir ..from where can I download all your datasets for my practice?

    • @AnalyticswithNags
      @AnalyticswithNags  3 ปีที่แล้ว

      Datasets will be a available in the description. Check for data source. If files doesn't not exist you can use previously video files.

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

    Hi! Can we apply these solution to summarizecolumns? thanks!

  • @ChandraShekar-dt2sh
    @ChandraShekar-dt2sh 2 ปีที่แล้ว +2

    Hi,
    Can u pls make video on to combine addcolumns & filter with Summarize...

    • @AnalyticswithNags
      @AnalyticswithNags  2 ปีที่แล้ว

      Not sure what was the relationship between this

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

    Can we create the same summarize table in direct Query mode as well?

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

      Check playlists of this channel and explore topics on the similar line requested by you.

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

    great explanation. Thank you...

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

    this helped a lot - thanks!

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

    Hi NAGS, wonderful video, I am trying to achieve the following summarized result, I have a measure that calculates the difference between 2 dates, another measure that categorizes the date differences as 1 Day, 2 Day and 3 Days and more. I need to count the occurrences of the day categories. I cannot create tables or columns as the source is a cube. I have tried.. 3DayCount =
    COUNTX(Summarize(FILTER('Leave Management','Leave Management'[DateDiff] = 3
    ),"Leave 3 Day Category",'Leave Management'[DateDiff]),[DateDiff])

  • @UniversalFacts-unknown
    @UniversalFacts-unknown 3 ปีที่แล้ว +1

    Thanks sir. Can you please share a video on both summarize and addcolumns and differences b/w ..

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

    Hi
    I Have question that
    Min Or Max
    In table haveing
    highest Discount
    or
    lowest Discount
    Which supplier have
    min Discount
    I want ans like below
    Mohammed
    1
    I want ans
    Min Discount and Supplier name
    That into CARD Visual
    When we display same ans on card visual ans should be asc

    • @AnalyticswithNags
      @AnalyticswithNags  3 ปีที่แล้ว

      Didn't understand your question.

    • @rajeshkhanna8709
      @rajeshkhanna8709 3 ปีที่แล้ว

      @@AnalyticswithNags In card visual
      Is that possible show
      Min Discount Amount
      With
      Supplier name

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

      Supplier with Minimum Discount =
      VAR MinDiscount = [Minimum Discount]
      RETURN
      CONCATENATEX(
      FILTER('YourTable', 'YourTable'[Discount] = MinDiscount),
      'YourTable'[SupplierName],
      ", "
      )

  • @umashankarverma3179
    @umashankarverma3179 4 ปีที่แล้ว

    How to write condition like this in power bi 2> price< =5

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

    Didn't get it. Need to watch again hahaa