Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Error at Chart that have CHISQ.INV.RT Formula

Hi, how to solve this kind of error, it is said that the problem is because of the parameter of function CHISQ.INV.RT. 

MicrosoftTeams-image (9).png

I have the chart "Lower and Upper" that use CHISQ.INV.RT formula, when I filter the result, the answer is correct and without error. It shows like this:-

tempsnip.png 

But if I click at the chart, either std or mean. It will show errors at lower and upper. 2.png

3 REPLIES 3
daxer-almighty
Solution Sage
Solution Sage

Hi there. If you check the documentation (dax.guide/chisq.dist.rt) for the function, you'll see this:

 

Thus, precision of CHISQ.INV.RT depends on precision of CHISQ.DIST.RT. CHISQ.INV.RT uses an iterative search technique. If the search has not converged after 64 iterations, the function returns the #N/A error value.

 

It might just be that for some of your inputs the search does not converge?

amitchandak
Super User
Super User

@Anonymous , can you share the formula used?

 

Anonymous
Not applicable

Lower(M) = (1/(2*platform[Beta(M)]))*CHISQ.INV.RT(0.95,(2*platform[Alpha(M)]))
Upper(M) = (1/(2*platform[Beta(M)]))*CHISQ.INV.RT(0.05,(2*platform[Alpha(M)]))
 
Capture.PNG

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors