Hi Experts
Cannot see my error in my treatas dax measure..
Solved! Go to Solution.
Hi @parminderkellah ,
TREATAS() returns a table not returns the logical value ——TRUE or FALSE. Here is a example:
So , please replace the && in your expression with Comma( , )
Total Demand by Countries =
CALCULATE(AVERAGEX('oil_iea_ieaprodbal (Countries)','oil_iea_ieaprodbal (Countries)'[Value]),
TREATAS(VALUES(oil_jet_jetfueldemand2[DDate]),'oil_iea_ieaprodbal (Countries)'[Date]),
TREATAS(VALUES(oil_jet_jetfueldemand2[Region]),'oil_iea_ieaprodbal (Countries)'[Country]))
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thank u
Hi,
Share some data, describe the question and show the expected result.
Hi @parminderkellah ,
TREATAS() returns a table not returns the logical value ——TRUE or FALSE. Here is a example:
So , please replace the && in your expression with Comma( , )
Total Demand by Countries =
CALCULATE(AVERAGEX('oil_iea_ieaprodbal (Countries)','oil_iea_ieaprodbal (Countries)'[Value]),
TREATAS(VALUES(oil_jet_jetfueldemand2[DDate]),'oil_iea_ieaprodbal (Countries)'[Date]),
TREATAS(VALUES(oil_jet_jetfueldemand2[Region]),'oil_iea_ieaprodbal (Countries)'[Country]))
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
200 | |
87 | |
76 | |
75 | |
56 |
User | Count |
---|---|
172 | |
100 | |
83 | |
79 | |
73 |