Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a rather simple measure that compares the percentage rise (fall) in current year net proit against the prior year:
2016-2015 Net Profit % Increase (Decrease) = FORMAT((GLSACCOUNT[2016 Net Income]-GLSACCOUNT[2015 Net Income]) / GLSACCOUNT[2015 Net Income], "Percent")
This works fine in the online Report properly showing the percent increase/decrease, but when I pin it to the Dashboard it shows "NaN" which, to my understanding, means, "not a number."
Any thoughts on why I am seeing this behavior?
Thanks.
Solved! Go to Solution.
Format function will convert number into text so that it will show "NaN" error. In this scenario, please format your calculated measure within Power BI Desktop Modeling. It will work properly when pinning onto dashboard.
Regards,
Also, consider using the DIVIDE function. this provides an automate trap for divide by zero problems.
this and the pre-listed formating should provide a nice result
Average= IF(ISERROR([CurentMonth]+[Avarage_Last_Month]+[Avarage_year_To_Date])=TRUE,0,[CurentMonth]+[Avarage_Last_Month]+[Avarage_year_To_Date])
Format function will convert number into text so that it will show "NaN" error. In this scenario, please format your calculated measure within Power BI Desktop Modeling. It will work properly when pinning onto dashboard.
Regards,
Thanks! In retrospect, this should have been obvious to me. It's all fixed now.
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
29 | |
29 | |
21 | |
12 | |
12 |