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 ...
Anonymous
5 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
- AlexisOlson5 years ago
Super User
That doesn't really answer my question.
You've defined __Cash as a table variable (like a temp table). That table doesn't affect the result of your calculation unless you use it somehow. It seems like maybe you want to use it as a filter but it isn't clear to me how that filter is supposed to affect the rest of the code.