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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

FILTER and COUNTROWS, need help to understand formula

Hi,

 

I have a formula that seems to work (assigns negative deltas to negatives, positive deltas to positives), but I can't really understand it, thus not sure if it's possible to improve it. 

 

My_Measure =
CALCULATE (
    [Delta],
    FILTER (
        VALUES ( Products[Items] ),
        COUNTROWS (
            FILTER ( Ranges, [Delta] >= Ranges[Negative] && [Delta] < Ranges[Positive] )
        ) > 0
    )
)

Ranges is a simple table like this:

 

RangeNegativePositive
Negative-9999999990.00001
Positive-0.00001999999999

 

Not sure if this table is necessary, however this not my setup, so I don't want to break it, if I'm not sure 100%. 

1 REPLY 1
lbendlin
Super User
Super User

Use DAX Studio (install it if you don't have it) and check the performance of that measure in various scenarios of your dataset.  That will show you if you have to optimize it or not.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.