Forum Discussion
Anonymous
9 years agoNot applicable
ISBLANK in IF
Hi, I have a measure (""Real_Orders" - connected with Database, future dates do not have a value) and a column ("Target_Orders" for each date in the next 6 months) and I want to subtract them, bu...
- Anonymous9 years ago
Thank you for your help.
I solved it now a different way. I just filtered all future dates an subtract real orders with target orders.
dedelman_clng
Community Champion
9 years agoDepending on how your [Real Orders] measure is created, you may need to test on [Real Orders]=0 instead of BLANK().
Hope this helps.
David