Forum Discussion

BaldAccountant's avatar
BaldAccountant
Helper III
8 months ago
Solved

Power Pivot Formula Bogging down Excel

This is a power pivot question, not Power BI I am trying to determine if I have a favorable or unfavorable variance with a dynamic formula and it is locking up excel.   I am not sure if it is my for...
  • amitchandak's avatar
    amitchandak
    8 months ago

     

    BaldAccountant , I think it's a problem 
    (!_IsGood && _Diff <= 0)

    Try, if not can work(Power BI we use not )
    (not _IsGood && _Diff <= 0)