Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
Hello! I'm a few days ago with this matter, and I do not know how to solve it!
I have a sales table with the amounts sold per month, and another of purchases with the purchases made each month. To know the profitability of the month, yes I have the sales and quantities sold belonging to each month, but not for all the products I have purchases that same month, so that it does not cost me $ 0 for that period, I need to take the cost of the last purchase, not of the whole table but before the month I am consulting.
If anyone can help me, thank you very much! 🙏
Shopping table
Sales Table
@Syndicate_Admin , Please create a new column in the sales using purchase, please change column name as as per need
New column in sales =
var _max = maxx(filter(purchase, Purchase[Item] = sales[item] && Purchase[date] <=sales[date]) ,Purchase[date] )
return
maxx(filter(purchase, Purchase[Item] = sales[item] && Purchase[date] = _max ) ,Purchase[Price] )
It worked perfect! Thanks a lot!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
96 | |
69 | |
45 | |
39 | |
30 |
User | Count |
---|---|
159 | |
98 | |
60 | |
42 | |
42 |