Forum Discussion
HarsimranPWRBI
6 years agoHelper I
Problem With DAX Evaluate Command
I'm trying to evaluate DAX command via DAX Studio on Attached Model
Table Level1 is able to be evaluated only after commenting var Level3.
SS BELOW
EVALUATE LEVEL 1
Table Level3 is not evaluating
SS BELOW
EVALUATING LEVEL3
Questions:
- Why i need to comment Level3 variable to evaluate Level1?
- Why Level3 is not evaluating ?
Thanks,
Harry
4 Replies
- AlBCommunity Champion
- HarsimranPWRBIHelper I
- vishanshulFrequent Visitor
For Evaluate Level 3 just select the var level 3 and evaluate level 3. Like we do in SQL select the statement and execute it.
Please accept it as a solution if it solves your problem.
Thanks,
Vishal Gupta
- HarsimranPWRBIHelper I
Hi vishanshul ,
I'm doing same thing i believe, check the second screenshot.
Level3 var depends on level1 and finanlly evaluating only level3.
Please , Let me know if i'm missing something.
Thanks,
Harry