This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
I need some help with some formula that I can't put in a right way.
I need to have the participation of all categories for sales. I did the DAX formula in the right way for a table without filters. But on the visualizations, when I filter the calculation is not doing the right values.
example:
Water 1000
Wine 2000
Bread 1000
Milk 1500
total 5500
My calculation is dividing for water participation 1000/5500, wine participation 2000/5500... but when I put on the visualizations and filtering with one category to see evolution of the participation the result appears 100%
Can you help me?
Thank you
Solved! Go to Solution.
@Anonymous , Try one of the two measures
divide(sum(Table[value]), calculate(sum(Table[value]), all(Table)))
divide(sum(Table[value]), calculate(sum(Table[value]), allselected(Table)))
@Anonymous , Try one of the two measures
divide(sum(Table[value]), calculate(sum(Table[value]), all(Table)))
divide(sum(Table[value]), calculate(sum(Table[value]), allselected(Table)))
Thank you. I was using divide(sum(Table[value]), calculate(sum(Table[value]), allselected(Table))) but no results on filtering and that 1st one is perfect. Thank you
Check out the May 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 |
|---|---|
| 32 | |
| 24 | |
| 22 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |