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.
So, in this case, instead of 91.9%, I would like to see 80.9% because FacilityCode of 61 (Jack) is excluded.
Thank you.
Solved! Go to Solution.
looks ok-ish. I don't remember if these tables are joined in the data model?
By the way, instead of IN VALUES() you can also use TREATAS. Allegedly that is a little faster.
it's very similar syntax.
tblKey[FacilityCode] not in {"61", "52"}
or
tblKey[FacilityCode] not in VALUES(<enumerator>)
looks ok-ish. I don't remember if these tables are joined in the data model?
By the way, instead of IN VALUES() you can also use TREATAS. Allegedly that is a little faster.