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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Card - filter values

Hello everybody, I'm completely new to Power BI and I'm trying to build up my first report.

 

My problem is the following one:

How can I make indipendent different "cards" when the result of the query is filtered using the box highlighted in yellow?

I have differents cards and seems that can't apply a filter in the yellow box without impacting all the other cards (e.g. i ve 3 different filter option in the yellow box and if i modify a card with a filter also the other cards receive the same change.

 

Andrea

 power bi.PNG

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @Anonymous 

 

If you want to the other card won't change when drill-through is that use the measure to display result.

 

for example, i want to calculate the sum of group a values, i use this measure

card1 =
CALCULATE( SUM( table[values] ), FILTER( ALL( table ), [group] = "a" ) )

with this measure , this result will always calculate the group a even if you drill through the group b.

if you have some difficulty to do this ,please provide some example date in the pbix file. i will help you.

 

Best Regards

Community Support Team _ chenwu zhu

 

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

 

View solution in original post

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @Anonymous 

 

If you want to the other card won't change when drill-through is that use the measure to display result.

 

for example, i want to calculate the sum of group a values, i use this measure

card1 =
CALCULATE( SUM( table[values] ), FILTER( ALL( table ), [group] = "a" ) )

with this measure , this result will always calculate the group a even if you drill through the group b.

if you have some difficulty to do this ,please provide some example date in the pbix file. i will help you.

 

Best Regards

Community Support Team _ chenwu zhu

 

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

 

amitchandak
Super User
Super User

@Anonymous , that for drill through. Issue is not very clear to me

 

If on the same page you control slicer and card using interactions

https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.