Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I have the below dataset in PowerBI. How tot group the data based on No. to the yellow one in PowerBI?
Thanks.
Solved! Go to Solution.
Hi @pang22 
Please check the below measure and the results on my dataset. I have added a new ID with additional records. 
Total Items = 
CONCATENATEX(
    VALUES(TBL1[ITEM]),
    TBL1[ITEM],
    ", "
)Here is the data and output visual.
You can remove the subtotal row from the Filters as well. 
If it solves your query, kindly mark it Solution. Good luck and Thanks
Hi @pang22 
Please check the below measure and the results on my dataset. I have added a new ID with additional records. 
Total Items = 
CONCATENATEX(
    VALUES(TBL1[ITEM]),
    TBL1[ITEM],
    ", "
)Here is the data and output visual.
You can remove the subtotal row from the Filters as well. 
If it solves your query, kindly mark it Solution. Good luck and Thanks
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.