Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Treatas DAX Measure error

HI Experts

 

Cannot see my error with the treatas dax measure

 

Graph Total Demand =

        CALCULATE(SUM(oil_jet_jetfueldemand2[DemandForecast]),

            TREATAS(VALUES(oil_jet_jetfueldemand2[DDate]),oil_jet_energyaspectdemand[DDate]),

            TREATAS(VALUES(oil_jet_jetfueldemand2[Region]),oil_jet_energyaspectdemand[Country]))

1 Reply

  • Anonymous , what is the error it's giving?

    code seem fine