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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
In my report, each person is grouped because they could have more than one address.
How do I count the number of grouped results so that I can specify postcode1, postcode2, postcode3 etc...?
This is the report builder part:
This is the result when I run the report:
Solved! Go to Solution.
You can use the RowNumber() function passing in the name of the parent group. So if your group is called "Fullname" you could change the postcode to an expression like
= Fields!Postcode.Value & RowNumber("Fullname)
You can use the RowNumber() function passing in the name of the parent group. So if your group is called "Fullname" you could change the postcode to an expression like
= Fields!Postcode.Value & RowNumber("Fullname)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 5 | |
| 4 | |
| 3 |