March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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:
I want to have a card that uses the measure shown above with these filters.
I appreciate any help!
Solved! Go to Solution.
Thank-you!
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.
Create another measure .
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |