Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Calculate Count of item combinations occurance

Hi folks,

 

I have a bit tricky task here, hopefully someone will be able to help out!

My data looks like this:

Farol_0-1699219428487.png

And I need to get a visual which will show how many orders have certain items combination ordered together.

In this example, Items def and pnl are presented in two orders (A12 and B32), which is 25% of all orders.

Or Items abc and pnl are presented in three orders (A12, R83 and U34), which is 37.5% of all orders.

 

How to calculate that?

Ultimately, I'd like to build a dashboard like this:

Farol_1-1699219802375.png

 

Solution with Python scripting will work for me as well.

Sample data can be found by the link (a spreadsheet on google drive)

 

Thank you!

 

 

1 ACCEPTED SOLUTION
ThxAlot
Super User
Super User

ThxAlot_0-1699269204978.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Thank you all for the great suggestions!

@ThxAlotAt this point I will not pretend I fully understand what you are doing there, but looks like that is exactly what I need! Will try to apply it to my real data.

Thank you!

ThxAlot
Super User
Super User

ThxAlot_0-1699269204978.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Ashish_Mathur
Super User
Super User

Hi,

See if this file helps.

Ashish_Mathur_0-1699239998220.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
VahidDM
Super User
Super User

Hey   

Check this file:

https://easyupload.io/gf0hxa

The Output:

VahidDM_1-1699232290253.png

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!! 

Badges.jpg

 

 

Jaed
Frequent Visitor

Would you be so kin do share you file with me?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors