Forum Discussion

bartvana's avatar
bartvana
Iron Contributor
Sep 09, 2021
Solved

Measure of how concentrated or scattered values are

This is more a mathematical/statistical question than an Excel question, but I do want to solve it in Excel so if anyone knows of an Excel, M or DAX formula or approach, I'd be very interested. I'd ...
  • bartvana's avatar
    Sep 11, 2021

    For those interested and for future reference, I posted this question on the FreeMathHelp forum where a very helpful Dr. Peterson put me on the right track: https://www.freemathhelp.com/forum/threads/measure-of-how-concentrated-or-scattered-values-are.131291/. Basically, you treat the timeline data as a frequency table (which in a certain sense it is actually) and then apply statistical measures like InterQuartile Range (IQR), standard deviation, and/or others.

    Which then leads to the next problem, namely how to get this done in Excel, discussed here: Percentiles from frequency table, also solved (using Power Query).

Resources