March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |