Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Good day all!
I have the following formula that works just fine to calculate the amount of defects that are from Responsible Manfacturing Sub Group ''Engine''. The problem is, there is a Sub Group called ''Engineering'' so it does take this data as well.
Can I add another filter like a ''notCONTAINSSTRING'' to this one? all the ones I tried won't work.
Thank you!
HI,
I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
STT EnginePQITotalPts FIX =
CALCULATE (
SUM ( 'DIM ChassisDefectDataEWI'[FaultScore] ),
FILTER (
'DIM ChassisDefectDataEWI',
CONTAINSSTRING (
'DIM ChassisDefectDataEWI'[Responsible_Manfacturing_Sub_Group],
"Engine"
)
&& NOT (
CONTAINSSTRING (
'DIM ChassisDefectDataEWI'[Responsible_Manfacturing_Sub_Group],
"Engineering"
)
)
)
)
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |