Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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