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
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
Now i have another table, which represents promo data and is like this:
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
Solved! Go to Solution.
That would be a really large table. Instead of combining tables, try creating a measure to determine if a receipt qualifies.
Two steps:
If COUNTROWS > 1 then you know it was bought in a promo.
Hope this helps!
Thanks! Very good!
That would be a really large table. Instead of combining tables, try creating a measure to determine if a receipt qualifies.
Two steps:
If COUNTROWS > 1 then you know it was bought in a promo.
Hope this helps!
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.
User | Count |
---|---|
111 | |
79 | |
71 | |
48 | |
41 |
User | Count |
---|---|
138 | |
108 | |
71 | |
64 | |
58 |