Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Guys,
Please refer the below screenshot.
I've created a measure for my model and don't understand what these NaN is coming in my visual.
Can anybody suggest me what is this.
Measure:
Regards,
Himanshu
Idealy 0/0 should be 0 but dont understand what is this NaN.
Solved! Go to Solution.
Hi @Anonymous ,
The NaN error occurs when you are dividing 0 by 0, in your case you can use a divide funciton with the additional parameter to your divide function to return whatever value you want in this case maybe 0 so redo your measure to:
Average Weighted Term Length (MWh) =
DIVIDE (
SUM ( View_DealClosing[Weighted Calc] ),
SUM ( View_DealClosing[Term Usage (MWh)] ),
0
)
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
The NaN error occurs when you are dividing 0 by 0, in your case you can use a divide funciton with the additional parameter to your divide function to return whatever value you want in this case maybe 0 so redo your measure to:
Average Weighted Term Length (MWh) =
DIVIDE (
SUM ( View_DealClosing[Weighted Calc] ),
SUM ( View_DealClosing[Term Usage (MWh)] ),
0
)
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThanks for the help !!!
It resolved my issue.
Regards,
Himanshu
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |