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 all,
I want to count the count of the menu for each mixed menu like below.
I only have the left data.
So I think I should make a new table with mixed menus like right table.
But I don't know what to do next and how to make Dax fun.
Thanks for advance.
Solved! Go to Solution.
@Anonymous , Create a new column and use that in visual
combination =
concatenateX(summarize(filter(Table, [consumer] =earlier([consumer])),[item]), [item] , "+",[item],1)
@Anonymous , Create a new column and use that in visual
combination =
concatenateX(summarize(filter(Table, [consumer] =earlier([consumer])),[item]), [item] , "+",[item],1)
Thank you SO much.
If I want to drop the orange.
how to make combination_new?
I tried to use IF function, but fail...
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.