Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, I wrote this DAX calculating the inverse of a logarthmic normal distribution. DAX seems to be running very slow as there are about 10K records to calculate this for. Any tips on making it run faster? Thanks
LogNorm.Inv =
Solved! Go to Solution.
Have you looked at the query in DAX Studio? I would assume it lives entirely in the formula engine, but maybe there are some hints as to which part of the query you can cover with lookup tables.
You do error handling for the Mu part but then you ignore that again and brute force the inclusion of Mu on the return step. You can replace that with a conditional calculation.
Please provide sample data in usable format (not as a picture) and show the expected outcome.
Have you looked at the query in DAX Studio? I would assume it lives entirely in the formula engine, but maybe there are some hints as to which part of the query you can cover with lookup tables.
You do error handling for the Mu part but then you ignore that again and brute force the inclusion of Mu on the return step. You can replace that with a conditional calculation.
Please provide sample data in usable format (not as a picture) and show the expected outcome.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!