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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
KeithChu
Helper I
Helper I

Why measure cannot be filtered?

Dear all,

 

I have created a "Gross Profit %" measure that simply divide gross profit by cost. Then I would like to filter out all rows that has "GP%" > x% during year 2017. However the "GP% measure cannot be filtered.

 

Should I create a calculated column for this purpose? What will you guys do when trying to filter a aggregated value?

 

Thank you

1 ACCEPTED SOLUTION
vanessafvg
Super User
Super User

@KeithChu would using the visual level filters work for you?  

 





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
vanessafvg
Super User
Super User

@KeithChu would using the visual level filters work for you?  

 





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




JoHo_BI
Responsive Resident
Responsive Resident

Hi Keith,

 

To filter by a measure, you need to use the FILTER function, so yours will look roughly like the following: 

 

Measure = CALCULATE([Gross Profit] / [Cost], FILTER(TABLE_NAME, [GP%] > x))

 

Hope that helps!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors