The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
is it possible to obtain this value in Power BI? What happens is that I have to do a subtraction when everything except the value "06- Export Affiliate" is selected but if all the filter values are selected a division is made, I have tried to use the ISFILTERED AND ALLSELECTED functions but it has not worked, does anyone have an idea of another way I can do it , Thank you!
Solved! Go to Solution.
@Anonymous Sounds like an Inverse Selector or Inverse Aggregator:
Inverse Selector - Microsoft Power BI Community
Inverse Aggregator - Microsoft Power BI Community
Hi,
I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
QTY total slicer not select: =
CALCULATE (
[QTY total:],
FILTER (
category,
NOT ( Category[Category] ) IN VALUES ( 'Category slicer'[Category] )
)
)
Hi,
I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
QTY total slicer not select: =
CALCULATE (
[QTY total:],
FILTER (
category,
NOT ( Category[Category] ) IN VALUES ( 'Category slicer'[Category] )
)
)
@Anonymous Sounds like an Inverse Selector or Inverse Aggregator:
Inverse Selector - Microsoft Power BI Community
Inverse Aggregator - Microsoft Power BI Community
User | Count |
---|---|
26 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |