This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I want to use a simple NORMAL DISTRIBUTION formula in DAX similar to DISTR.NORM formula in Excel.
Is it possible? I see other distributions in the list of Statistical Functions and I cannot understand why the Normal Distribution is not in the list.
Thanks.
Hi matthiumamet.
Many thanks for the info.
But your 2nd link doesn't works.
Try with this:
https://msdn.microsoft.com/en-us/query-bi/dax/norm-dist-dax
Josep.
Hola Juan,
If you want to know how to manage a Normal Distribution on Power BI, I published a couple of videos about this.
Please, found them on:
Thanks a lot.
Josep.
Hello,
I'm facing a problem during video #2. Why "Normal Z Value" is a "blank"? can you help me?
Thanks
Hi ,
I watched all 3 videos on Youtube and they are fantastic. I am also trying to use your pbix file and it is working, with one problem.
My values are all decimal numbers 6 digits after comma like 5,496113 & 6,112675 etc. When I use your X calculation in distribution normal table, it is returning me only integers 5,6,7 not the values between them. How can I change this code to sth that I can use for my numbers and round them to 2 or 3 digits.
Thanks in advance
DISTRIBUCION NORMAL =
VAR MinNumber = FLOOR([X-3σ];1)
VAR MaxNumber = CEILING([X+3σ];1)
RETURN
SELECTCOLUMNS (
CALENDAR ( MinNumber; MaxNumber );
"X"; INT ( [Date] )
)
Hello Ozanboy,
did you try to multiply all values by 1000000 and divide final result by the same quantity?
I did not try but please, tell me if it works.
Thanks a lot!!
Josep.
You can create this using the other base statistics functions:
Thanks, this helps, but I cannot get why the other distributions (binomial, poisson, exponential...) have their formula and NORMAL DISTRIBUTION doesn't...
No argument from me on that one @Juan!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 41 | |
| 21 | |
| 19 |