Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 |
---|---|
123 | |
70 | |
67 | |
58 | |
53 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
52 |