Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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(contains only 9 records and 3 records respectively). But when bringing the measure into the report it is throwing the error "Visual has exceeded the maximum resources". When I tried to remove the measure, the visual displays data. Can you provide a solution on how I can build the report that includes the measure with no error...
The measure used is
Measure = IF(
(MAX(DIM_SALES[Notification]) = "A" || MAX(DIM_SALES[Notification]) = "B") &&
MAX(DIM_SALES[ANS]) = "Yes" &&
(MAX(DIM_APPL[Type]) = "Phone" || MAX(DIM_APPL[Type]) = "Email"),
MAX(DIM_SALES[Date]), "None")
Thanks in advance,
Mohan
@Mohan_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")
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |