Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 10 | |
| 8 |