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
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
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.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
82 | |
77 | |
48 | |
39 |
User | Count |
---|---|
150 | |
117 | |
67 | |
64 | |
56 |