Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm trying to enable filter behavior that I can't figure out for the life of me.
Importantly: I am looking for a solution that does not involve adding a new table to my data model.
My scenario is:
I would like to only pass the filter on Product from the table to the bar chart. If I disable the filtering on segment in the calculation, using ALL(), then I get the expected result of the same value for all segments.
I'm also slightly confused why ALLEXCEPT() doesn't achieve my goal here, either. I would like to calculate the units for all rows, except those filtered by the product field, as:
CALCULATE( SUM( financials[Product] ), ALLEXCEPT( financials, financials[Product] ) )
Thanks for any help or insights you can provide.
Dashboard view:
Desired bar chart view when clicking any "Amarilla" product row in the table:
Can you share a pbix file with dummy data to see your table?
Proud to be a Super User!
Thanks! I am unable to upload a file. For reference, the workbook and screenshots I posted use the sample dataset packaged with PowerBI -- from the `financials` table.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 101 | |
| 39 | |
| 29 | |
| 29 |