Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
69 | |
42 | |
42 |
User | Count |
---|---|
47 | |
41 | |
28 | |
27 | |
26 |