Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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
Hi,
I have a matrix visual that is composed of vendor name and sum of dollar amount. The matrix is filtered only to show items where the vendor balance is over $100K for items over 90 days old.
I have a table at the bottom of the screen with the underlying data but it has ALL data, not just the ones included in the 90+days & sum of 100K category.
How can I filter the all data table based on what is shown on the matrix so I only show undering data for the vendors that meet the criteria discussed above (vendor balance 100K for items over 90 days aged)?
Thanks
You may add an appropriate measure to Visual level filters.
Hi,
If I understand what you need, you can try this
Measure =
CALCULATE (
SUM ( 'Table'[K$] );
FILTER (
'Table';
'Table'[item age] > 90
&& CALCULATE ( SUM ( 'Table'[K$] ) ) > 100
)
)
Hope it helps
To help you further I need pbix file. If possible please share a sample pbix file after removing sensitive information.Thanks.
My Recent Blog -
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
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 |
|---|---|
| 53 | |
| 45 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |