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
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"
)