Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
Solved! Go to Solution.
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.
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.
@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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |