The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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)
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.