Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
77 | |
75 | |
46 | |
31 | |
28 |
User | Count |
---|---|
99 | |
93 | |
50 | |
49 | |
46 |