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 am trying to create a column that only displays the aggregate calcualtion for the rows that have not been filtered out; without including the data that has been.
Typically I would just use REMOVEFILTER, but in this case, the filter is still important to me...
Test #2 - But when I filter out half the stores, as expected the Agg column stays 1.1, but WHAT I WANT is every row to say is 1.3...
Curious how I can construct a statement that will give me a column that returns the aggregate total for all stores that have not been filtered out.
Thanks!
Solved! Go to Solution.
Have you tried CALCULATE(DIVIDE([New],[Used]),ALLSELECTED(Companies')) ?
Proud to be a Super User!
Have you tried CALCULATE(DIVIDE([New],[Used]),ALLSELECTED(Companies')) ?
Proud to be a Super User!
That worked like a charm. Didn't know thats how ALLSELECTED worked.
Thanks!
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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 33 | |
| 23 | |
| 23 |