Forum Discussion
Mohan_Vemana
3 years agoNew Member
Visual has exceeded the available resources
Hi All, I am trying to implement a report in which i'm getting below error. The issue is because of the Measure created in the report. I have created the measure containing 2 tables(contai...
amitchandak
Super User
3 years agoMohan_Vemana , Try if this can help
Measure = IF(
(MAX(DIM_SALES[Notification]) im {"A","B"} ) &&
MAX(DIM_SALES[ANS]) = "Yes" &&
(MAX(DIM_APPL[Type]) in{ "Phone" , "Email"} ),
MAX(DIM_SALES[Date]), "None")