March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I'm trying to build a Standard Deviation based on these rules:
I know I can't create a bell chart like that in PowerBI, but I'm trying to at least create the categories for the intervals/sigma values.
i.e:
=switch(true(),
StandardDeviationInterval>=68.2%,"SD1",
StandardDeviationInterval<68.2% && StandardDeviationInterval>=27.2%,"SD2",
StandardDeviationInterval<27.2% && StandardDeviationInterval>=4.2%,"SD3",
StandardDeviationInterval<4.2% && StandardDeviationInterval>=0.2%,"SD4","SD5+")
How do I calculate this deviation interval?
I know how to calculate the standard deviation and the distribution with STDEV.S and NORM.DIST respectevely but these do not give me those 5 ranges/intervals I need.
You might try creating a disconnected table with a row for each range (SD1, SD2, etc.). Then use this table in the visual, and use DAX to get the amount for each range.
Here's a free histogram visual:
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |