DAX Fridays! #14: SUMMARIZE

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

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

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

    This has shown me how to use Summarize perfectly. Excellent example! Additionally, I noticed that the relationship between the tables, Products and SalesKPI, is a 1 to 1 relationship. So, I tried this a second way of omitting the SalesKPI altogether and creating the [Total Sales] and [Modified KPI] columns directly in the Products table. I got the same results both ways. In practice, I find using less tables easier to understand and maintain.

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

      Perfect!! That is the best way to learn: being curious, doing and undoing and redoing. Well done 😊!
      /Ruth

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

      Hi Bryant, interestingly the Products[Total Sales] calculated column must include CALCULATE in the expression.
      Product[Total Sales] = SUM ( Order_Details[Tot sales] ) does not provide the correct result c.f.
      Product[Total Sales] = CALCULATE ( SUM ( Order_Details[Tot sales] ) )
      CALCULATE is required to transform the row context (Product[ProductID] ) into an equivalent filter context. In other words context transition does not automatically occur in a calculated column without the use of CALCULATE.

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

    Moltes gràcies Ruth!
    un saludo y enhorabuena por tus excelentes tutoriales

    • @CurbalEN
      @CurbalEN  8 ปีที่แล้ว

      +Ramon Drudis Muchas gracias Ramon! /Ruth

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

    Hi Ruth, Can you please post the link to the earlier KPI video here so that we can watch it first & then watch 'Summarize' video next. Thanks.

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

    Hola Ruth muy bueno el vídeo, me perdí el de EARLIER espero lo publique de nuevo es una función que me ha dado dificultad... y Ud. siempre las presenta de una forma que se me hace super clara... como siempre sigo atento a sus excelentes publicaciones, Gracias!!!

    • @CurbalEN
      @CurbalEN  8 ปีที่แล้ว

      +Norberto Vera Reatiga Hola Norberto, el ejemplo que utilice para explicar EARLIER no era correcto, así que he quitado vídeo para corregir el error. Lo publicaré en un par de semanas de nuevo!
      /Ruth

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

    Hi Ruth, could you please share the video link for the KPI with the same visuals ? thanks a lot

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

    Thank you so much for this video. This is exactly what I want :)

    • @CurbalEN
      @CurbalEN  7 ปีที่แล้ว

      +Kasturi G Seems that I have managed to deliver a few times, great!
      Have a great weekend!
      /Ruth

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

    Thanks for the given information summarized. If you don't mind can u explain summarization if & else condition

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

    Hi Ruth,
    Thank you for the video.
    Please explain more on why we need Summarize function, when to use and when not to use the function.
    Thank you.

    • @CurbalEN
      @CurbalEN  7 ปีที่แล้ว

      +Irwin Ibrahim Great idea! I will :)
      /Ruth

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

    Hi, Ruth, Great case to use summarize. After we created the modified KPI, why do we connect the new table to Products Table (ProductID key) rather than Order_Details Table?

  • @sukunjain9409
    @sukunjain9409 5 ปีที่แล้ว

    It looks great. I have some question. If we have date slicer on the report then how can we filter the summarize data as per the slicer.

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

    Hi. I have 2 columns, one with names of people, the other with names of accounts. Each person is assigned multiple accounts. How do i show the average accounts per person in PowerBI?

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

    Buenas tardes Ruth, a medida que voy añadiendo medidas/fórmulas en el power bi me encuentro con la dificultad de dar nombres ya que luego se visualizan así en los objetos, no he sabido encontrar la manera de nombrar la medida y luego tener otro nombre para visualizar en tablas y gráficos. Entiendo que no hay manera de hacerlo?
    Un saludo
    Ramon

    • @CurbalEN
      @CurbalEN  8 ปีที่แล้ว

      +Ramon Drudis Hola Ramón, no desafortunadamente no se puede hacer. Yo he votado aquí para que lo implementen:
      ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/9375489-change-display-name-of-fields
      \Ruth

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

      perfecto, ahí va mi voto!

  • @jamestran575
    @jamestran575 7 ปีที่แล้ว

    hi Ruth, hope you're well. I am new at Power BI and DAX and have been watching your tutorial to learn. I am at a stopping point and hope you can help and point me to the right direction.My data structure is as follow: I have all the measurement (revenue, type of expenses and metrics) represent in different columns. My month 1-12 is also in one column each identifies with corresponding Fiscal Year, which is in different column. My Scenario (Actuals (all FY), budget and forecast) in one column.I was able to create charts and visuals with no issue. However, I would like to show variance for Actual vs. Prior Year and Budget and Forecast for each data point but I have no clue where to begin. The reason being that my Scenario is all in one column and all my Month is also in the one column together.I do not know how to make it unique so that variance can be calculated properly.Please help!Cheers,

    • @MrRakesh448
      @MrRakesh448 5 ปีที่แล้ว

      use parallelperiod function

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

    Thank you Ruth, Question, when does a Summarized table get refreshed ? is it when I refresh the main table and it is automatic?

    • @CurbalEN
      @CurbalEN  5 ปีที่แล้ว

      Yes, it refreshes when new data is added through the refresh button.
      /Ruth

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

    Hi
    After creating a table with summarize
    When you sort the ProductID in ascending order the order is showing as 1,10,11,12 ...2,20,21...
    How can we solve this issue ?
    Can you help me with this please

  • @davidwang8270
    @davidwang8270 5 ปีที่แล้ว

    Hi Ruth, thanks for your video. a quick question. instead of using SalesKPI = SUMMARIZE(Order_Details,Order_Details[ProductID],"Tot sales", SUM(Order_Details[Tot sales])) to create "Tot Sales". i can also use Tot Sales = CALCULATE(SUM(Order_Details[Tot sales])). what is the pros and cons of the two approaches? many thanks.

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

      It is two different things, the first one creates the sum of sales by product is in a new table, the other one is a measure to create the sum of sales.
      /Ruth

    • @davidwang8270
      @davidwang8270 5 ปีที่แล้ว

      @@CurbalEN Great thanks, Ruth.

  • @stevennye5075
    @stevennye5075 5 ปีที่แล้ว

    very good

    • @CurbalEN
      @CurbalEN  5 ปีที่แล้ว

      Thanks Steven!
      /Ruth

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

    Hi. Is it possible to change the date through a filter on the dashboard, and automatically update total sales in the virtual table sales kpi and upddate the icon? Thanks

    • @CurbalEN
      @CurbalEN  6 ปีที่แล้ว

      Yes, it is. Post the question in the power bi community with some sample data so you can get detailed help.
      /Ruth

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

      ok. Thks. I ll do

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

    some of your lectures need to be updated because it is hard to understand it

  • @JohnOttoKnoke
    @JohnOttoKnoke 7 ปีที่แล้ว

    Great video explaining both topics. Where can I download the pbi file?

    • @CurbalEN
      @CurbalEN  7 ปีที่แล้ว

      Hi John! Here you can download it:
      Download the example here: gofile.me/2kEOD/BibNuYAnU
      /Ruth

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

      Thanks! Keep those videos coming! Gracias

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

      +John Otto Knoke You welcome John!!
      /Ruth