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! Request now

Reply
cammar
Frequent Visitor

Measure to divide filtered numbers

Hi all,

 

I am looking for a measure to do the following:

 

use the FTEquiv column in the 'Sheet' table

filter to only include people that are tagged 'Block Contract' in the Tag column in the 'Activity' Table 

 

Thanks

1 REPLY 1
Anonymous
Not applicable

Hi @cammar ,

You can create a measure in Power BI by going to the "Modeling" tab and selecting "New Measure". Here's an example measure that should accomplish what you're looking for:

FTEquiv Block Contract =
CALCULATE (
    SUM ( Sheet[FTEquiv] ),
    FILTER ( Activity, Activity[Tag] = "Block Contract" )
)

This measure uses the CALCULATE function to sum the FTEquiv column in the Sheet table, but only for rows where the Tag column in the Activity table is "Block Contract". You can name the measure whatever you like, and then use it in your visuals just like any other measure.

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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.