The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |