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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Need help with measure calulation with NaN to convert to Zero

All

I need help with trying to convert my measure calulation results from NaN to zero. I've reviewed the post in the community but need help with my formula for the If Then statement below:.

 

XYZPPM = CALCULATE(SUM(CQMS_SUPPLIER_PPM_DATA_V[JANREJ_NUM]) / CALCULATE(SUM(CQMS_SUPPLIER_PPM_DATA_V[JANREC])) * 1000000)

1 ACCEPTED SOLUTION
Anonymous
Not applicable

1 REPLY 1
Anonymous
Not applicable

Look into using the DIVIDE Function instead of "/"

https://docs.microsoft.com/en-us/dax/divide-function-dax

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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