Hi,
It looks like the case clause is not complete :
CASE WHEN [DIM_JOB_BILLING_TYPE_V].[GLJC_TYPE] .CURRENTMEMBER.MEMBERVALUE='RENTAL_REV' THEN
CASE WHEN @Blake Sunderman =[FACT_Sales_V].[CURRENCY].[USD] THEN [Measures].[Sum of AMOUNT_USD]
ELSE [Measures].[Sum of AMOUNT]
END
END
Either a then aggument is missing or an else is missing depending on what you are trying to do ?
Could you add more description to clarify what are you trying now ?
Regards,
Lukas
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.