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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
IliasKatsis
Helper I
Helper I

Check if a product was bought in promo or not

Hello everyone,

 

I have a dataset with receipts. Each line have a receipt date, a user id which represents ther person who enter the receipt in the system, a receipt id and the general information about every product ( Category id , product id , brand id etc), another fact is that wer know the retailer for every receipt. Every line represents a single product, a sample of the data is like this data.jpg

 

Now i have another table, which represents promo data and is like this:

IliasKatsis_1-1679958278161.png

 

The objective is to combine this two tables. I want to check that if a product in a specific receipt date was bought in promo or not.

The statements is that the
1.receipt date must be inside the start and end date of the promo

2. the retailer id of the receipt is thr same with the promo

3. of course the product id must be the same in both tables.

 

Please help me

Thanks

1 ACCEPTED SOLUTION
littlemojopuppy
Community Champion
Community Champion

That would be a really large table.  Instead of combining tables, try creating a measure to determine if a receipt qualifies.

Two steps:

  1. FILTER() promo for where Retailer ID matches on both tables, Product ID matches, and receipt date >= promo start date and <= promo end date. 
  2. Use COUNTROWS() on that.

If COUNTROWS > 1 then you know it was bought in a promo.

 

Hope this helps!

View solution in original post

3 REPLIES 3
littlemojopuppy
Community Champion
Community Champion

@IliasKatsis glad I could help!

IliasKatsis
Helper I
Helper I

Thanks! Very good!

littlemojopuppy
Community Champion
Community Champion

That would be a really large table.  Instead of combining tables, try creating a measure to determine if a receipt qualifies.

Two steps:

  1. FILTER() promo for where Retailer ID matches on both tables, Product ID matches, and receipt date >= promo start date and <= promo end date. 
  2. Use COUNTROWS() on that.

If COUNTROWS > 1 then you know it was bought in a promo.

 

Hope this helps!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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