How To Detect And Visualize Outliers Using DAX In Power BI [2023 Update]

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 12

  • @EnterpriseDNA
    @EnterpriseDNA  Год назад

    Check out our FREE courses: bit.ly/3N00AJw

  • @yemunnsoe8450
    @yemunnsoe8450 3 месяца назад +1

    In statistics, data points that fall beyond 3 standard deviations (3rd stdev) from the mean are often considered outliers.

  • @RelaxingGamingMusic85
    @RelaxingGamingMusic85 Год назад +1

    Great video as always Sam. :) Love the work you and the guys at EDNA are doing

    • @EnterpriseDNA
      @EnterpriseDNA  Год назад

      Hi Damien, glad that you appreciated our content! If you haven't yet, you can subscribe to our channel to see all our upcoming Power BI and Power Platform video tutorials and announcements. Cheers!

  • @ezequielaguirre3
    @ezequielaguirre3 Год назад +1

    Great video!!
    If I may... I think it would be more efficient if you indicate in the Outlier Sales measure, in an explicit way a "MAX": [Total Sales] >= MAX('Outliers Detection Logic'[Total Sales min]).
    And a MIN in the Non Outlier...
    Then the measure would only calculate the Total Sales for the Customers needed.

    • @EnterpriseDNA
      @EnterpriseDNA  Год назад

      Hi Alvaro, glad that you appreciated our content! Thanks for sharing your top as well! If you haven't yet, you can subscribe to our channel to see all our upcoming Power BI and Power Platform video tutorials and announcements. Cheers!

  • @rajarshisingh2547
    @rajarshisingh2547 Год назад +1

    Pretty cool, will implement it right away. 😋

    • @EnterpriseDNA
      @EnterpriseDNA  Год назад

      Hi Rajarshi, glad that you appreciated our content! If you haven't yet, you can subscribe to our channel to see all our upcoming Power BI and Power Platform video tutorials and announcements. Cheers!

  • @ashrafadel54
    @ashrafadel54 11 месяцев назад

    Great content! However, I have a few questions:
    1. at 6:16, will it make a difference if I choose a different column name for the `Customers` table instead of customer name? (e.g., VALUES(Customers[Customer ID])).
    what i mean by "make a difference" is this:
    when I hover over each scatter point now, will the tooltip display the customer ID instead of the customer name? also, isn't it more accurate to use ID, since there's a rare chance that names are duplicated?
    2. `Total Sales` column is found in the `Sales` table which is implicitly related to the `Customers` table via the `VALUES(Customers[Customer Name]) expression, correct?
    3. at 8:55, from what I understand, `Sales Grouping` measure is evaluated for each data point in the scatter chart. If that's the case, then for each of these points, how does SELECTEDVALUE() function correctly evaluate to `Outlier` or `Non-Outlier`, given that the `Outlier Detection Logic` table is a detached table (i.e., not connected to `Sales` or `Customers` tables)?

  • @pepper_lab
    @pepper_lab Год назад +1

    🎉🎉🎉🎉🎉😮

    • @EnterpriseDNA
      @EnterpriseDNA  Год назад

      Thanks for the continued support, autobase16!

  • @kidswrestlingtechniques
    @kidswrestlingtechniques 17 дней назад

    Really not an outlier from a statistical standpoint