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.
I tried something like this
Solved! Go to Solution.
Hi @user35131
Try this...
Sumamry Table =
GROUPBY(
Table,
Table,Table[race],
Table[Borough],
"ItemCount",
COUNTX(
CURRENTGROUP(),
[whatever you're counting]
)
)
This will group by and then count something (not sure of field name). If you want to SUM() then change COUNTX() to SUMX() and substitute the appropriate field after CURRENTGROUP().
Hope this helps!
Hi @user35131
Try this...
Sumamry Table =
GROUPBY(
Table,
Table,Table[race],
Table[Borough],
"ItemCount",
COUNTX(
CURRENTGROUP(),
[whatever you're counting]
)
)
This will group by and then count something (not sure of field name). If you want to SUM() then change COUNTX() to SUMX() and substitute the appropriate field after CURRENTGROUP().
Hope this helps!
Note: this will produce a summary table. What @amitchandak suggested will produce a numeric value
User | Count |
---|---|
83 | |
83 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
62 | |
53 | |
51 |