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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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?

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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