Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
CALCULATE(
DISTINCTCOUNT(Table[user_id]),
FILTER(
ALLEXCEPT(Table,
Table[year],
Table[dep],
Table[glob]),
Table[assessed]=1
)
)<div>Instead, when I use aslicer based on other fields of Table the measure is affected.<div> <div>What am I doing wrong?<div> <div>Thanks,<div>Andrea</div></div></div></div></div></div>