Forum Discussion
Anonymous
5 years agoNot applicable
VAR SYNTAX DAX , Please Help!
Hi Experts, I am creating a measure using var. The highlighted var _cash is not picking up in my calculation. I noticed that during calculation var _cash is being ignored. Can you anyone ...
AlexisOlson
Super User
5 years agoI don't see where you're using __Cash. DAX will lazily ignore a variable if you never refer to it.
Anonymous
5 years agoNot applicable
Hi Alexis,
I dont know how to refer var _Cash, Can you help in that.
Many thanks.
- AlexisOlson5 years ago
Super User
What do you want to do with that variable? If you don't want to use it, why is it defined?
- Anonymous5 years agoNot applicable
My Requirement is:
If Fin_Level2= “Deposits and Current Account” than Sum of market_value_in_usd per Customer_No for latest BusinessDate and create a band.
The banding as follows