Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have 3 checkboxes per case
Response missed
Restore missed
Resolve missed
I want to know how many may be checked per case. 0, 1, 2 or all 3 may be checked on any case
@Anonymous
I followed your instructions, but mine isn't quite working like yours did, here's a screen shot. I would expect the highlighted count to be 2
Hi @gilmore_staci ,
Do you want to count columns? My method above is counting rows.
Is it because in the highlight, the values of the two columns are True, so 2 is returned?
If so, you could try adding custom columns to determine True and then return 1. And then sum them up.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @gilmore_staci ,
You want to implement group counting in Power Query, right?
If so, I created a sample for trying to illustrate this solution.
Sample data:
Right-click "Case" and select "Group By...".
Set up as follows.
Click OK.
Expand the column you want.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 5 |