This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
i need to create a measure of contribution to total sales per each area (brick), it needs to ignore all product selection (in this case product =molecule),
this is what i wrote so far, i have tried "ALL" and "Removefilters" forumla, neither works, when i click on the molecule silcer to the right, the numbers change. i just need the numbers to NOT respond the the molecule selection, anyone can help with that?
Hi @mogugu_84 ,
If you want to ignore all product selection, you can try canceling the interaction from your slicer to the visual contains Contribution 2.
Reference:
Change how visuals interact in a report - Power BI | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @mogugu_84, Hope you are doing good!
Please try the below measure:
Contribution to Total Sales =
VAR TotalSales =
CALCULATE(
[MAT],
REMOVEFILTERS('Def market'[Molecule]) -- Ensures Molecule filters are ignored
)
RETURN
[MAT] / TotalSales
thank you, i tried this "removefilters" formula, hope it got it right in the above, but the calculation is not correct, when no molecule is seleted, now it shows all 100% for each row item (area/brick)
Also when i do select one of the molecules, the numbers still changes as well....
Hi @mogugu_84 ,
Check if Solved: Filter and Allexcept - Microsoft Fabric Community works for you.
Cheers
ChenuSing
Sorry CheenuSing, can you be a bit more specific? (Sorry I should have copied the formula as text so that is easier...but now I'm on my mobile)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 22 |