Forum Discussion
BaldAccountant
8 months agoHelper III
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...
- 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)
amitchandak
8 months agoSuper User
BaldAccountant , I think it's a problem
(!_IsGood && _Diff <= 0)
Try, if not can work(Power BI we use not )
(not _IsGood && _Diff <= 0)
BaldAccountant
8 months agoHelper III
That worked. Thanks