Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
32 | |
30 | |
28 |