The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi there,
I recently used the fucntion NORM.DIST in PowerBI and received the below error " The result of function 'NORM.DIST' is too large (overflow)"
Has anyone come across this before and know how to fix this?
Thanks
Julia
Solved! Go to Solution.
Hi @Anonymous ,
NORM.DIST is the formula like the following image:
And in DAX, NORM.DIST = NORM.DIST(X, Mean, Standard_dev, Cumulative).
So you could get this : x-->X, μ-->Mean, σ-->Standard_dev
According to the formula, you need to check if your Standard_dev is 0 or blank.
Hi @Anonymous ,
NORM.DIST is the formula like the following image:
And in DAX, NORM.DIST = NORM.DIST(X, Mean, Standard_dev, Cumulative).
So you could get this : x-->X, μ-->Mean, σ-->Standard_dev
According to the formula, you need to check if your Standard_dev is 0 or blank.
Thanks - I actually have an error in the mean value in the formula (using the "/" equation) so I have switched to DIVIDE formula and that works now.
User | Count |
---|---|
86 | |
84 | |
35 | |
35 | |
35 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |