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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Jay__
Regular Visitor

Using a Measure inside calculate to filter values

I am unable to use a measure inside calculate function please help!

 

Jay___0-1677062171243.png

highlighted one is a measure.

1 REPLY 1
VishalJhaveri
Resolver III
Resolver III

Hello @Jay__ 

Can you try applying the following DAX:

CALCULATE(
	Average(pdt[rfbp]),
	pdt[deliverymethod] = "SHP",
	pdt[rfbp]>0,
	Filter(pdt, 
		pdt[rfbp]< (write measure whole condition over here)
	)
)


Please update me if it works or not.

Thank you. 
If my answer helps, please mark it as solution.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors