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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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