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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
smmoore34
Helper III
Helper III

Add a filter to a card that uses a measure

I have created a measure that counts the number of values in a table and applied it to a card. I want to have another card with the same measure but with a filter. When I look at the filter on this visual I'm not able to add a data fileld to filter on card visual.

Is there a way I can add a filter to the measure?

 

Here is my measure: 

# Civil Assigned = COUNT(CIVIL_SC1_Assigned[callid])
 
I have filters on a table visual: smmoore34_0-1708469218694.png

I want to have a card that uses the measure shown above with these filters.

I appreciate any help!

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Create another measure .

View solution in original post

3 REPLIES 3
smmoore34
Helper III
Helper III

Thank-you!

Anonymous
Not applicable

Hi @smmoore34 

You can create a new measure, then put the new measure to the card visual.

e.g 

Measure =
CALCULATE (
    [# Civil Assigned],
    FILTER (
        CIVIL_SC1_Assigned,
        NOT ( CIVIL_SC1_Assigned[CIVIL_remian.unit] IN { "SC1", "SC2", BLANK () } )
            && CIVIL_SC1_Assigned[number] <> BLANK ()
    )
)

Best Regards!

Yolo Zhu

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

lbendlin
Super User
Super User

Create another measure .

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.