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
Jameswhittle91
New Member

Calculate number of distinct items removed from list and what items they are

Hi, I'd like to calculate the number of items that remove from a list each week. essentially each shopping list has been appended into one master table. I'd like to find the number of items that are no longer on the list (I have a shopping list number column) and what these items were. How would i go about achieving this?

 

Many thanks in advance for any help

 

2 REPLIES 2
mbamber
Frequent Visitor

You can create a list of values for the current week and the same list for the previous one. And then INTERSECT will help you.

mlsx4
Memorable Member
Memorable Member

Hi @Jameswhittle91 

 

Can you provide an example with some "dummy" data and your expected output? At least, how is your data structured. If you cannot do it, please check this video: https://www.youtube.com/watch?v=u2ImJFc1B7c

The same logic that applies for lost customers will apply for your data

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.