Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi guys,
I want to do a measure that is filtered by only one filter, so I want to exsclude all the others.
I have tried using ALL() but there are many, many, many tables so I'm looking for a function faster.
Thank you all 😁
Solved! Go to Solution.
@giuliapiazza94 does ALLEXCEPT helps your scenario
ALLEXCEPT(<tbl>,<tbl[onlyColumnToKeepFilter]>)
Best way is to remove all filters and then add back the specifc column you need.
Like:
Example =
CALCULATE(
[Your Measure]
REMOVEFILTERS(),
VALUES('Product'[Brand])
)
best solution ever!!!
Thankyou.
try ALLSELECTED FUNCTION
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
@giuliapiazza94 does ALLEXCEPT helps your scenario
ALLEXCEPT(<tbl>,<tbl[onlyColumnToKeepFilter]>)
I've tried but it doesn't work
The total should be 293795,54, not 78,18
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
12 | |
10 | |
10 | |
8 |
User | Count |
---|---|
16 | |
15 | |
14 | |
13 | |
10 |