The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm trying to add a calculated column in Power BI modeler with DAX. In a column X I have a probability, say 0.08 or 0.01 For that column X I'd like to add the calculation of NORM.S.INV(mytable[columnX]) I get an error: An argument of function 'NORM.S.INV' has the wrong data type or the result is too large.
Datatype is okay, though.
When I enter NORM.S.INV(0.08) or some other value of column X this works fine. Same table in Excel with this function works fine as well.
The same issue occurs with a measure. As soon as it has only a single value, it returns the same error.
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
8 | |
7 |