Forum Discussion
DAX Calculation for Measure with multiple filter conditions
- 1 year ago
Hi Gautam,
Thanks for your support.
I have tried the above formula getting below error.
Error - The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
Regards,
Bhaskar
- 1 year ago
Hi Gautam,
Kudos for your great support and it works now with below formula
Rev CY STD Resi =CALCULATE([RevRaw],MthCal[DateVisCY] = TRUE(),MktServ[CombServCd] = "STD",DeliType[DeliType] = "Resi")I am accepting it as as solution . Many thanks/
Hi Gautam,
Thanks for your support.
I have tried the above formula getting below error.
Error - The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
Regards,
Bhaskar
You have taken bhanu_gautam suggestion at face value without checking it. You didnt provide the table names for Services or Delitype, you need to fully qualify these.
For example 'TableName'[Services] / 'TableName'[Delitype]
- bhaskarpbi9991 year agoHelper V
Hi John,
Thanks for your suppor and suggestions and it works now.
Regards,
Bhaslar