Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PBIX123
Frequent Visitor

How to optimize a measure with multiple filters

Hi All, 

 

I have several measures that are similar to this format:

 

CALCULATE(

           DISTINCTCOUNT(PRODUCT[Product_ID]),

           FILTER(

                      SALES,

                      SALES[Revenue]>100 &&

                      RELATED(PRODUCT[Product_Color])="Red"

                     )

                   )

 

In this case, Product is the one-side of the table and Sales is the many side of the table. Some other conditions:

1. the filters can have more && and || operator.

2. comparing values of different columns instead of given value (e.g. "Red", 100 in the example above).

 

The issue I am having is it takes forever to calculate the measure when I display it in table format, drilled down to each Product_Id in this case. the total data points is in ~100,000. I am using Azure AS and it is still running our of memory from time to time due to these measures. Wondering if there is a better way to optimize it? Thank you in advance!!

1 ACCEPTED SOLUTION
PBIX123
Frequent Visitor

Found a solution! 

View solution in original post

1 REPLY 1
PBIX123
Frequent Visitor

Found a solution! 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.