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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
Anonymous
Not applicable

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors