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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
OmPrakashMahto
Regular Visitor

Measure as filter

I have a dashboard where I would like %age measure to be used as filter. But looks like PowerBI doesn't allow measure as filter. If I try to create this as column then use as filter then %age calculation goes wrong as it aggregates the data on the dashbboard. Can someone suggest how can this be resolved? 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @OmPrakashMahto 

 

Measure can be used as a filter, but you need to convert the method.

Sample data:

vzhangti_0-1670811518374.png

Measurefilter = IF([Measure%]>0.5,1,0)

vzhangti_1-1670811821923.png

Hope this method helps you.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-zhangti
Community Support
Community Support

Hi, @OmPrakashMahto 

 

Measure can be used as a filter, but you need to convert the method.

Sample data:

vzhangti_0-1670811518374.png

Measurefilter = IF([Measure%]>0.5,1,0)

vzhangti_1-1670811821923.png

Hope this method helps you.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

FreemanZ
Super User
Super User

yes, filter takes columns but not measure. what code do you have for the the measure? it needs to be changed lightly for columns.

DIVIDE(Fact_Sales[AdSales],Fact_Sales[Sales],0)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors