Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I need to create a report showing the ID and detail, also need to show how many details for this ID .
when I show a report without detailed information, it will show the right count.
when I show detailed information, the count will show 1,
I need to create a measure to let this count always show the total without a detail filter,
Do you have any idea? Thank you ,
like under the screenshot example, I need count by ID column for 111 always show 2, count for 114 always show 3.
count by ID number should match with right table example.
Hi,
Drag this measure
Measure = calculate(countrows(Data),all(Data[Detail]))
Hope this helps.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 99 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |