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.
Hi
I have this DAX code:
Solved! Go to Solution.
Hey @Sbudd ,
can you show the content of the table 'Table'?
In general I would not use filter and I would also use countrows:
Count of id 8 =
CALCULATE(
COUNTROWS(Table),
Table[code] = "8"
)
Hey @Sbudd ,
can you show the content of the table 'Table'?
In general I would not use filter and I would also use countrows:
Count of id 8 =
CALCULATE(
COUNTROWS(Table),
Table[code] = "8"
)
User | Count |
---|---|
117 | |
74 | |
62 | |
50 | |
45 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |